Shades of Persian Indigo #24147A
Tints of Persian Indigo #24147A
RGB
CMYK
RGB Variations
Color information
#24147A (or 0x24147A) is known color: Persian Indigo. HEX triplet: 24, 14 and 7A. RGB value is (36,20,122). Sum of RGB (Red+Green+Blue) = 36+20+122=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #24147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24147A is #DBEB85. Grayscale: #242424. Windows color (decimal): -14412678 or 8000548. OLE color: 8000548.
HSL color Cylindrical-coordinate representation of color #24147A: hue angle of 249.41º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24147A is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 20 | 122 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.52 |
| HSL | 249.41º | 0.72% | 0.28% | - |
| HSV(B) | 249.41º | 0.84% | 0.48% | - |
| XYZ | 4.49 | 2.28 | 18.62 | - |
| YUV | 36.41 | 176.3 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 122 | 0.70 | 0.84 | 0 | 0.52 | 249.41 | 0.72 | 0.28 |
| Hex | 24 | 14 | 7A | 46 | 54 | 0 | 34 | F9 | 48 | 1C |
| Octal | 44 | 24 | 172 | 106 | 124 | 0 | 64 | 371 | 110 | 34 |
| Binary | 100100 | 10100 | 1111010 | 1000110 | 1010100 | 0 | 110100 | 11111001 | 1001000 | 11100 |
Color Harmonies of #24147A
Complementary color
Monochromatic Colors of #24147A
Black with #24147A
Text Example
Text Example
White with #24147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24147A; }
p { color: rgb(36,20,122); }
H1.HeaderClassName
{
color: #24147A;
}
.AnyTagClassName
{
color: #24147A;
}
</style>
background-color css
<style>
a { background-color: #24147A; }
a { background-color: rgb(36,20,122); }
div.DivClassName
{
background-color: #24147A;
}
.BgClassName
{
background-color: #24147A;
}
</style>
border-color css
<style>
span { border-color: #24147A; }
span { border-color: rgb(36,20,122); }
td.TdClassName
{
border-color: #24147A;
}
.TagClassName
{
border-color: #24147A;
}
</style>