Shades of Persian Indigo #241784
Tints of Persian Indigo #241784
RGB
CMYK
RGB Variations
Color information
#241784 (or 0x241784) is known color: Persian Indigo. HEX triplet: 24, 17 and 84. RGB value is (36,23,132). Sum of RGB (Red+Green+Blue) = 36+23+132=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 132 (51.95% from 255 or 69.11% from 191); Max value from RGB is 132 - color contains mainly: blue. Hex color #241784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241784 is #DBE87B. Grayscale: #262626. Windows color (decimal): -14411900 or 8656676. OLE color: 8656676.
HSL color Cylindrical-coordinate representation of color #241784: hue angle of 247.16º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241784 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 23 | 132 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.48 |
| HSL | 247.16º | 0.7% | 0.3% | - |
| HSV(B) | 247.16º | 0.83% | 0.52% | - |
| XYZ | 5.2 | 2.65 | 22.07 | - |
| YUV | 39.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 132 | 0.73 | 0.83 | 0 | 0.48 | 247.16 | 0.7 | 0.3 |
| Hex | 24 | 17 | 84 | 49 | 53 | 0 | 30 | F7 | 46 | 1E |
| Octal | 44 | 27 | 204 | 111 | 123 | 0 | 60 | 367 | 106 | 36 |
| Binary | 100100 | 10111 | 10000100 | 1001001 | 1010011 | 0 | 110000 | 11110111 | 1000110 | 11110 |
Color Harmonies of #241784
Complementary color
Monochromatic Colors of #241784
Black with #241784
Text Example
Text Example
White with #241784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241784; }
p { color: rgb(36,23,132); }
H1.HeaderClassName
{
color: #241784;
}
.AnyTagClassName
{
color: #241784;
}
</style>
background-color css
<style>
a { background-color: #241784; }
a { background-color: rgb(36,23,132); }
div.DivClassName
{
background-color: #241784;
}
.BgClassName
{
background-color: #241784;
}
</style>
border-color css
<style>
span { border-color: #241784; }
span { border-color: rgb(36,23,132); }
td.TdClassName
{
border-color: #241784;
}
.TagClassName
{
border-color: #241784;
}
</style>