Html Css Color HEX #2429AC Persian Blue

📋 copy color: '#2429AC'

red 36 ◦ green 41 ◦ blue 172

#2429AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2429AC

Tints of Persian Blue #2429AC

RGB

 RED value IS 36 (14.45% from 255) = 14.46%

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 14.46%
G = 16.47%
B = 69.08%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2429AC (or 0x2429AC) is known color: Persian Blue. HEX triplet: 24, 29 and AC. RGB value is (36,41,172). Sum of RGB (Red+Green+Blue) = 36+41+172=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #2429AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2429AC is #DBD653. Grayscale: #353535. Windows color (decimal): -14407252 or 11282724. OLE color: 11282724.

HSL color Cylindrical-coordinate representation of color #2429AC: hue angle of 237.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2429AC is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 41 172 -
CMYK 0.79 0.76 0 0.33
HSL 237.79º 0.65% 0.41% -
HSV(B) 237.79º 0.79% 0.67% -
XYZ 8.97 4.94 39.51 -
YUV 54.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 36 41 172 0.79 0.76 0 0.33 237.79 0.65 0.41
Hex 24 29 AC 4F 4C 0 21 EE 41 29
Octal 44 51 254 117 114 0 41 356 101 51
Binary 100100 101001 10101100 1001111 1001100 0 100001 11101110 1000001 101001

Color Harmonies of #2429AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429AC

Black with #2429AC

Text Example


Text Example

White with #2429AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2429AC;
 }
 .AnyTagClassName
 {
   color: #2429AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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