Html Css Color HEX #24086A Persian Indigo

📋 copy color: '#24086A'

red 36 ◦ green 8 ◦ blue 106

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

Shades of Persian Indigo #24086A

Tints of Persian Indigo #24086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 70.67%

R = 24%
G = 5.33%
B = 70.67%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24086A (or 0x24086A) is known color: Persian Indigo. HEX triplet: 24, 08 and 6A. RGB value is (36,8,106). Sum of RGB (Red+Green+Blue) = 36+8+106=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #24086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086A is #DBF795. Grayscale: #1B1B1B. Windows color (decimal): -14415766 or 6948900. OLE color: 6948900.

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

Color convert

RGB 36 8 106 -
CMYK 0.66 0.92 0 0.58
HSL 257.14º 0.86% 0.22% -
HSV(B) 257.14º 0.92% 0.42% -
XYZ 3.42 1.59 13.76 -
YUV 27.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 36 8 106 0.66 0.92 0 0.58 257.14 0.86 0.22
Hex 24 8 6A 42 5C 0 3A 101 56 16
Octal 44 10 152 102 134 0 72 401 126 26
Binary 100100 1000 1101010 1000010 1011100 0 111010 100000001 1010110 10110

Color Harmonies of #24086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24086A

Black with #24086A

Text Example


Text Example

White with #24086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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