#2429A9

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

Shades of Persian Blue #2429A9

Tints of Persian Blue #2429A9

Color information

#2429A9 (or 0x2429A9) is unknown color: approx Persian Blue. HEX triplet: 24, 29 and A9. RGB value is (36,41,169). Sum of RGB (Red+Green+Blue) = 36+41+169=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 169 (66.41% from 255 or 68.70% from 246); Max value from RGB is 169 - color contains mainly: blue. Hex color #2429A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2429A9 is #DBD656. Grayscale: #353535. Windows color (decimal): -14407255 or 11086116. OLE color: 11086116.

HSL color Cylindrical-coordinate representation of color #2429A9: hue angle of 237.74º 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 #2429A9 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3641169-
CMYK0.790.7600.34
HSL237.74º64.88%40.2%-
HSV(B)237.74º78.7%66.27%-
XYZ8.684.8338.01-
YUV54.1192.84115.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 169 (66.41% from 255) = 68.70%
R=14.63%
G=16.67%
B=68.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36411690.790.7600.34237.7464.8840.2
Hex2429A94F4C022ee4128
Octal445125111711404235610150
Binary10010010100110101001100111110011000100010111011101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2429A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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