Html Css Color HEX #24086B Persian Indigo

📋 copy color: '#24086B'

red 36 ◦ green 8 ◦ blue 107

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

Shades of Persian Indigo #24086B

Tints of Persian Indigo #24086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.86%

R = 23.84%
G = 5.3%
B = 70.86%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24086B (or 0x24086B) is known color: Persian Indigo. HEX triplet: 24, 08 and 6B. RGB value is (36,8,107). Sum of RGB (Red+Green+Blue) = 36+8+107=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #24086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086B is #DBF794. Grayscale: #1B1B1B. Windows color (decimal): -14415765 or 7014436. OLE color: 7014436.

HSL color Cylindrical-coordinate representation of color #24086B: hue angle of 256.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24086B is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 8 107 -
CMYK 0.66 0.93 0 0.58
HSL 256.97º 0.86% 0.23% -
HSV(B) 256.97º 0.93% 0.42% -
XYZ 3.47 1.61 14.04 -
YUV 27.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 36 8 107 0.66 0.93 0 0.58 256.97 0.86 0.23
Hex 24 8 6B 42 5D 0 3A 101 56 17
Octal 44 10 153 102 135 0 72 401 126 27
Binary 100100 1000 1101011 1000010 1011101 0 111010 100000001 1010110 10111

Color Harmonies of #24086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24086B

Black with #24086B

Text Example


Text Example

White with #24086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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