Html Css Color HEX #24096C Persian Indigo

📋 copy color: '#24096C'

red 36 ◦ green 9 ◦ blue 108

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

Shades of Persian Indigo #24096C

Tints of Persian Indigo #24096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

 BLUE value IS 108 (42.58% from 255) = 70.59%

R = 23.53%
G = 5.88%
B = 70.59%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24096C (or 0x24096C) is known color: Persian Indigo. HEX triplet: 24, 09 and 6C. RGB value is (36,9,108). Sum of RGB (Red+Green+Blue) = 36+9+108=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #24096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24096C is #DBF693. Grayscale: #1B1B1B. Windows color (decimal): -14415508 or 7080228. OLE color: 7080228.

HSL color Cylindrical-coordinate representation of color #24096C: hue angle of 256.36º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24096C is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 9 108 -
CMYK 0.67 0.92 0 0.58
HSL 256.36º 0.85% 0.23% -
HSV(B) 256.36º 0.92% 0.42% -
XYZ 3.53 1.65 14.32 -
YUV 28.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 36 9 108 0.67 0.92 0 0.58 256.36 0.85 0.23
Hex 24 9 6C 43 5C 0 3A 100 55 17
Octal 44 11 154 103 134 0 72 400 125 27
Binary 100100 1001 1101100 1000011 1011100 0 111010 100000000 1010101 10111

Color Harmonies of #24096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24096C

Black with #24096C

Text Example


Text Example

White with #24096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24096C; }

 p { color: rgb(36,9,108); }

 H1.HeaderClassName
 {
   color: #24096C;
 }
 .AnyTagClassName
 {
   color: #24096C;
 }
</style>

background-color css

<style>
 a { background-color: #24096C; }

 a { background-color: rgb(36,9,108); }

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

border-color css

<style>
 span { border-color: #24096C; }

 span { border-color: rgb(36,9,108); }

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