#2429AF

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

Shades of Persian Blue #2429AF

Tints of Persian Blue #2429AF

Color information

#2429AF (or 0x2429AF) is unknown color: approx Persian Blue. HEX triplet: 24, 29 and AF. RGB value is (36,41,175). Sum of RGB (Red+Green+Blue) = 36+41+175=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #2429AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2429AF is #DBD650. Grayscale: #363636. Windows color (decimal): -14407249 or 11479332. OLE color: 11479332.

HSL color Cylindrical-coordinate representation of color #2429AF: hue angle of 237.84º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2429AF is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3641175-
CMYK0.790.7700.31
HSL237.84º65.88%41.37%-
HSV(B)237.84º79.43%68.63%-
XYZ9.265.0641.05-
YUV54.78195.84114.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 175 (68.75% from 255) = 69.44%
R=14.29%
G=16.27%
B=69.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36411750.790.7700.31237.8465.8841.37
Hex2429AF4F4D01Fee4229
Octal445125711711503735610251
Binary1001001010011010111110011111001101011111111011101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2429AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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