Shades of Persian Indigo #24096D
Tints of Persian Indigo #24096D
RGB
CMYK
RGB Variations
Color information
#24096D (or 0x24096D) is known color: Persian Indigo. HEX triplet: 24, 09 and 6D. RGB value is (36,9,109). Sum of RGB (Red+Green+Blue) = 36+9+109=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #24096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24096D is #DBF692. Grayscale: #1C1C1C. Windows color (decimal): -14415507 or 7145764. OLE color: 7145764.
HSL color Cylindrical-coordinate representation of color #24096D: hue angle of 256.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24096D is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 9 | 109 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.57 |
| HSL | 256.2º | 0.85% | 0.23% | - |
| HSV(B) | 256.2º | 0.92% | 0.43% | - |
| XYZ | 3.59 | 1.67 | 14.6 | - |
| YUV | 28.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 109 | 0.67 | 0.92 | 0 | 0.57 | 256.2 | 0.85 | 0.23 |
| Hex | 24 | 9 | 6D | 43 | 5C | 0 | 39 | 100 | 55 | 17 |
| Octal | 44 | 11 | 155 | 103 | 134 | 0 | 71 | 400 | 125 | 27 |
| Binary | 100100 | 1001 | 1101101 | 1000011 | 1011100 | 0 | 111001 | 100000000 | 1010101 | 10111 |
Color Harmonies of #24096D
Complementary color
Monochromatic Colors of #24096D
Black with #24096D
Text Example
Text Example
White with #24096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24096D; }
p { color: rgb(36,9,109); }
H1.HeaderClassName
{
color: #24096D;
}
.AnyTagClassName
{
color: #24096D;
}
</style>
background-color css
<style>
a { background-color: #24096D; }
a { background-color: rgb(36,9,109); }
div.DivClassName
{
background-color: #24096D;
}
.BgClassName
{
background-color: #24096D;
}
</style>
border-color css
<style>
span { border-color: #24096D; }
span { border-color: rgb(36,9,109); }
td.TdClassName
{
border-color: #24096D;
}
.TagClassName
{
border-color: #24096D;
}
</style>