Html Css Color HEX #24086F Persian Indigo

📋 copy color: '#24086F'

red 36 ◦ green 8 ◦ blue 111

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

Shades of Persian Indigo #24086F

Tints of Persian Indigo #24086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

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

R = 23.23%
G = 5.16%
B = 71.61%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24086F (or 0x24086F) is known color: Persian Indigo. HEX triplet: 24, 08 and 6F. RGB value is (36,8,111). Sum of RGB (Red+Green+Blue) = 36+8+111=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #24086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086F is #DBF790. Grayscale: #1B1B1B. Windows color (decimal): -14415761 or 7276580. OLE color: 7276580.

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

Color convert

RGB 36 8 111 -
CMYK 0.68 0.93 0 0.56
HSL 256.31º 0.87% 0.23% -
HSV(B) 256.31º 0.93% 0.44% -
XYZ 3.68 1.7 15.17 -
YUV 28.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 36 8 111 0.68 0.93 0 0.56 256.31 0.87 0.23
Hex 24 8 6F 44 5D 0 38 100 57 17
Octal 44 10 157 104 135 0 70 400 127 27
Binary 100100 1000 1101111 1000100 1011101 0 111000 100000000 1010111 10111

Color Harmonies of #24086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24086F

Black with #24086F

Text Example


Text Example

White with #24086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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