#3024A9

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

Shades of Persian Blue #3024A9

Tints of Persian Blue #3024A9

Color information

#3024A9 (or 0x3024A9) is unknown color: approx Persian Blue. HEX triplet: 30, 24 and A9. RGB value is (48,36,169). Sum of RGB (Red+Green+Blue) = 48+36+169=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 169 (66.41% from 255 or 66.80% from 253); Max value from RGB is 169 - color contains mainly: blue. Hex color #3024A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3024A9 is #CFDB56. Grayscale: #363636. Windows color (decimal): -13622103 or 11084848. OLE color: 11084848.

HSL color Cylindrical-coordinate representation of color #3024A9: hue angle of 245.41º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3024A9 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4836169-
CMYK0.720.7900.34
HSL245.41º64.88%40.2%-
HSV(B)245.41º78.7%66.27%-
XYZ9.014.7537.98-
YUV54.75192.48123.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 169 (66.41% from 255) = 66.80%
R=18.97%
G=14.23%
B=66.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal48361690.720.7900.34245.4164.8840.2
Hex3024A9484F022f54128
Octal604425111011704236510150
Binary11000010010010101001100100010011110100010111101011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3024A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3024A9; }

 p { color: rgb(48,36,169); }

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

<style>
 a { background-color: #3024A9; }

 a { background-color: rgb(48,36,169); }

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

<style>
 span { border-color: #3024A9; }

 span { border-color: rgb(48,36,169); }

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