#3041AA

Color #3041AA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3041AA

Tints of Persian Blue #3041AA

Color information

#3041AA (or 0x3041AA) is unknown color: approx Persian Blue. HEX triplet: 30, 41 and AA. RGB value is (48,65,170). Sum of RGB (Red+Green+Blue) = 48+65+170=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #3041AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3041AA is #CFBE55. Grayscale: #474747. Windows color (decimal): -13614678 or 11157808. OLE color: 11157808.

HSL color Cylindrical-coordinate representation of color #3041AA: hue angle of 231.64º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3041AA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4865170-
CMYK0.720.6200.33
HSL231.64º55.96%42.75%-
HSV(B)231.64º71.76%66.67%-
XYZ10.367.3138.9-
YUV71.89183.37110.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=16.96%
G=22.97%
B=60.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48651700.720.6200.33231.6455.9642.75
Hex3041AA483E021e8382b
Octal60101252110760413507053
Binary1100001000001101010101001000111110010000111101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3041AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3041AA; }

 p { color: rgb(48,65,170); }

 H1.HeaderClassName
 {
   color: #3041AA;
 }
 .AnyTagClassName
 {
   color: #3041AA;
 }
</style>
background-color css

<style>
 a { background-color: #3041AA; }

 a { background-color: rgb(48,65,170); }

 div.DivClassName
 {
   background-color: #3041AA;
 }
 .BgClassName
 {
   background-color: #3041AA;
 }
</style>
border-color css

<style>
 span { border-color: #3041AA; }

 span { border-color: rgb(48,65,170); }

 td.TdClassName
 {
   border-color: #3041AA;
 }
 .TagClassName
 {
   border-color: #3041AA;
 }
</style>