Shades of Persian Indigo #240182
Tints of Persian Indigo #240182
RGB
CMYK
RGB Variations
Color information
#240182 (or 0x240182) is known color: Persian Indigo. HEX triplet: 24, 01 and 82. RGB value is (36,1,130). Sum of RGB (Red+Green+Blue) = 36+1+130=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #240182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240182 is #DBFE7D. Grayscale: #191919. Windows color (decimal): -14417534 or 8519972. OLE color: 8519972.
HSL color Cylindrical-coordinate representation of color #240182: hue angle of 256.28º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240182 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 1 | 130 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.49 |
| HSL | 256.28º | 0.98% | 0.26% | - |
| HSV(B) | 256.28º | 0.99% | 0.51% | - |
| XYZ | 4.77 | 2.01 | 21.26 | - |
| YUV | 26.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 130 | 0.72 | 0.99 | 0 | 0.49 | 256.28 | 0.98 | 0.26 |
| Hex | 24 | 1 | 82 | 48 | 63 | 0 | 31 | 100 | 62 | 1A |
| Octal | 44 | 1 | 202 | 110 | 143 | 0 | 61 | 400 | 142 | 32 |
| Binary | 100100 | 1 | 10000010 | 1001000 | 1100011 | 0 | 110001 | 100000000 | 1100010 | 11010 |
Color Harmonies of #240182
Complementary color
Monochromatic Colors of #240182
Black with #240182
Text Example
Text Example
White with #240182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240182; }
p { color: rgb(36,1,130); }
H1.HeaderClassName
{
color: #240182;
}
.AnyTagClassName
{
color: #240182;
}
</style>
background-color css
<style>
a { background-color: #240182; }
a { background-color: rgb(36,1,130); }
div.DivClassName
{
background-color: #240182;
}
.BgClassName
{
background-color: #240182;
}
</style>
border-color css
<style>
span { border-color: #240182; }
span { border-color: rgb(36,1,130); }
td.TdClassName
{
border-color: #240182;
}
.TagClassName
{
border-color: #240182;
}
</style>