Html Css Color HEX #24006D Persian Indigo

📋 copy color: '#24006D'

red 36 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #24006D

Tints of Persian Indigo #24006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.17%

R = 24.83%
G = 0%
B = 75.17%

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

#24006D (or 0x24006D) is known color: Persian Indigo. HEX triplet: 24, 00 and 6D. RGB value is (36,0,109). Sum of RGB (Red+Green+Blue) = 36+0+109=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #24006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24006D is #DBFF92. Grayscale: #161616. Windows color (decimal): -14417811 or 7143460. OLE color: 7143460.

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

Color convert

RGB 36 0 109 -
CMYK 0.67 1 0 0.57
HSL 259.82º 1% 0.21% -
HSV(B) 259.82º 1% 0.43% -
XYZ 3.49 1.48 14.57 -
YUV 23.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 36 0 109 0.67 1 0 0.57 259.82 1 0.21
Hex 24 0 6D 43 64 0 39 104 64 15
Octal 44 0 155 103 144 0 71 404 144 25
Binary 100100 0 1101101 1000011 1100100 0 111001 100000100 1100100 10101

Color Harmonies of #24006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24006D

Black with #24006D

Text Example


Text Example

White with #24006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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