Html Css Color HEX #2429C4 Persian Blue

📋 copy color: '#2429C4'

red 36 ◦ green 41 ◦ blue 196

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

Shades of Persian Blue #2429C4

Tints of Persian Blue #2429C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 71.79%

R = 13.19%
G = 15.02%
B = 71.79%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2429C4 (or 0x2429C4) is known color: Persian Blue. HEX triplet: 24, 29 and C4. RGB value is (36,41,196). Sum of RGB (Red+Green+Blue) = 36+41+196=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #2429C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429C4 is #DBD63B. Grayscale: #383838. Windows color (decimal): -14407228 or 12855588. OLE color: 12855588.

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

Color convert

RGB 36 41 196 -
CMYK 0.82 0.79 0 0.23
HSL 238.13º 0.69% 0.45% -
HSV(B) 238.13º 0.82% 0.77% -
XYZ 11.48 5.95 52.77 -
YUV 57.18 206.34 112.9 -
System Red Green Blue C M Y K H S L
Decimal 36 41 196 0.82 0.79 0 0.23 238.13 0.69 0.45
Hex 24 29 C4 52 4F 0 17 EE 45 2D
Octal 44 51 304 122 117 0 27 356 105 55
Binary 100100 101001 11000100 1010010 1001111 0 10111 11101110 1000101 101101

Color Harmonies of #2429C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429C4

Black with #2429C4

Text Example


Text Example

White with #2429C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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