Html Css Color HEX #24027E Persian Indigo

📋 copy color: '#24027E'

red 36 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #24027E

Tints of Persian Indigo #24027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 126 (49.61% from 255) = 76.83%

R = 21.95%
G = 1.22%
B = 76.83%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24027E (or 0x24027E) is known color: Persian Indigo. HEX triplet: 24, 02 and 7E. RGB value is (36,2,126). Sum of RGB (Red+Green+Blue) = 36+2+126=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #24027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24027E is #DBFD81. Grayscale: #191919. Windows color (decimal): -14417282 or 8258084. OLE color: 8258084.

HSL color Cylindrical-coordinate representation of color #24027E: hue angle of 256.45º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24027E is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 2 126 -
CMYK 0.71 0.98 0 0.51
HSL 256.45º 0.97% 0.25% -
HSV(B) 256.45º 0.98% 0.49% -
XYZ 4.52 1.92 19.87 -
YUV 26.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 36 2 126 0.71 0.98 0 0.51 256.45 0.97 0.25
Hex 24 2 7E 47 62 0 33 100 61 19
Octal 44 2 176 107 142 0 63 400 141 31
Binary 100100 10 1111110 1000111 1100010 0 110011 100000000 1100001 11001

Color Harmonies of #24027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24027E

Black with #24027E

Text Example


Text Example

White with #24027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24027E; }

 p { color: rgb(36,2,126); }

 H1.HeaderClassName
 {
   color: #24027E;
 }
 .AnyTagClassName
 {
   color: #24027E;
 }
</style>

background-color css

<style>
 a { background-color: #24027E; }

 a { background-color: rgb(36,2,126); }

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

border-color css

<style>
 span { border-color: #24027E; }

 span { border-color: rgb(36,2,126); }

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