Html Css Color HEX #24006F Persian Indigo

📋 copy color: '#24006F'

red 36 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #24006F

Tints of Persian Indigo #24006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 75.51%

R = 24.49%
G = 0%
B = 75.51%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24006F (or 0x24006F) is known color: Persian Indigo. HEX triplet: 24, 00 and 6F. RGB value is (36,0,111). Sum of RGB (Red+Green+Blue) = 36+0+111=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #24006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24006F is #DBFF90. Grayscale: #171717. Windows color (decimal): -14417809 or 7274532. OLE color: 7274532.

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

Color convert

RGB 36 0 111 -
CMYK 0.68 1 0 0.56
HSL 259.46º 1% 0.22% -
HSV(B) 259.46º 1% 0.44% -
XYZ 3.6 1.52 15.14 -
YUV 23.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 36 0 111 0.68 1 0 0.56 259.46 1 0.22
Hex 24 0 6F 44 64 0 38 103 64 16
Octal 44 0 157 104 144 0 70 403 144 26
Binary 100100 0 1101111 1000100 1100100 0 111000 100000011 1100100 10110

Color Harmonies of #24006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24006F

Black with #24006F

Text Example


Text Example

White with #24006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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