Html Css Color HEX #24006E Persian Indigo

📋 copy color: '#24006E'

red 36 ◦ green 0 ◦ blue 110

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

Shades of Persian Indigo #24006E

Tints of Persian Indigo #24006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 75.34%

R = 24.66%
G = 0%
B = 75.34%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24006E (or 0x24006E) is known color: Persian Indigo. HEX triplet: 24, 00 and 6E. RGB value is (36,0,110). Sum of RGB (Red+Green+Blue) = 36+0+110=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #24006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24006E is #DBFF91. Grayscale: #161616. Windows color (decimal): -14417810 or 7208996. OLE color: 7208996.

HSL color Cylindrical-coordinate representation of color #24006E: hue angle of 259.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24006E is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 0 110 -
CMYK 0.67 1 0 0.57
HSL 259.64º 1% 0.22% -
HSV(B) 259.64º 1% 0.43% -
XYZ 3.54 1.5 14.85 -
YUV 23.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 36 0 110 0.67 1 0 0.57 259.64 1 0.22
Hex 24 0 6E 43 64 0 39 104 64 16
Octal 44 0 156 103 144 0 71 404 144 26
Binary 100100 0 1101110 1000011 1100100 0 111001 100000100 1100100 10110

Color Harmonies of #24006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24006E

Black with #24006E

Text Example


Text Example

White with #24006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,0,110); }

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

background-color css

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

 a { background-color: rgb(36,0,110); }

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

border-color css

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

 span { border-color: rgb(36,0,110); }

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