Shades of Persian Indigo #240582
Tints of Persian Indigo #240582
RGB
CMYK
RGB Variations
Color information
#240582 (or 0x240582) is known color: Persian Indigo. HEX triplet: 24, 05 and 82. RGB value is (36,5,130). Sum of RGB (Red+Green+Blue) = 36+5+130=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #240582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240582 is #DBFA7D. Grayscale: #1C1C1C. Windows color (decimal): -14416510 or 8520996. OLE color: 8520996.
HSL color Cylindrical-coordinate representation of color #240582: hue angle of 254.88º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240582 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 5 | 130 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.49 |
| HSL | 254.88º | 0.93% | 0.26% | - |
| HSV(B) | 254.88º | 0.96% | 0.51% | - |
| XYZ | 4.81 | 2.1 | 21.27 | - |
| YUV | 28.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 130 | 0.72 | 0.96 | 0 | 0.49 | 254.88 | 0.93 | 0.26 |
| Hex | 24 | 5 | 82 | 48 | 60 | 0 | 31 | FF | 5D | 1A |
| Octal | 44 | 5 | 202 | 110 | 140 | 0 | 61 | 377 | 135 | 32 |
| Binary | 100100 | 101 | 10000010 | 1001000 | 1100000 | 0 | 110001 | 11111111 | 1011101 | 11010 |
Color Harmonies of #240582
Complementary color
Monochromatic Colors of #240582
Black with #240582
Text Example
Text Example
White with #240582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240582; }
p { color: rgb(36,5,130); }
H1.HeaderClassName
{
color: #240582;
}
.AnyTagClassName
{
color: #240582;
}
</style>
background-color css
<style>
a { background-color: #240582; }
a { background-color: rgb(36,5,130); }
div.DivClassName
{
background-color: #240582;
}
.BgClassName
{
background-color: #240582;
}
</style>
border-color css
<style>
span { border-color: #240582; }
span { border-color: rgb(36,5,130); }
td.TdClassName
{
border-color: #240582;
}
.TagClassName
{
border-color: #240582;
}
</style>