Html Css Color HEX #24127E Persian Indigo

📋 copy color: '#24127E'

red 36 ◦ green 18 ◦ blue 126

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

Shades of Persian Indigo #24127E

Tints of Persian Indigo #24127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 20%
G = 10%
B = 70%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24127E (or 0x24127E) is known color: Persian Indigo. HEX triplet: 24, 12 and 7E. RGB value is (36,18,126). Sum of RGB (Red+Green+Blue) = 36+18+126=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 126 (49.61% from 255 or 70% from 180); Max value from RGB is 126 - color contains mainly: blue. Hex color #24127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24127E is #DBED81. Grayscale: #232323. Windows color (decimal): -14413186 or 8262180. OLE color: 8262180.

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

Color convert

RGB 36 18 126 -
CMYK 0.71 0.86 0 0.51
HSL 250º 0.75% 0.28% -
HSV(B) 250º 0.86% 0.49% -
XYZ 4.71 2.31 19.94 -
YUV 35.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 36 18 126 0.71 0.86 0 0.51 250 0.75 0.28
Hex 24 12 7E 47 56 0 33 FA 4B 1C
Octal 44 22 176 107 126 0 63 372 113 34
Binary 100100 10010 1111110 1000111 1010110 0 110011 11111010 1001011 11100

Color Harmonies of #24127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24127E

Black with #24127E

Text Example


Text Example

White with #24127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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