Shades of Persian Indigo #240180
Tints of Persian Indigo #240180
RGB
CMYK
RGB Variations
Color information
#240180 (or 0x240180) is known color: Persian Indigo. HEX triplet: 24, 01 and 80. RGB value is (36,1,128). Sum of RGB (Red+Green+Blue) = 36+1+128=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #240180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240180 is #DBFE7F. Grayscale: #191919. Windows color (decimal): -14417536 or 8388900. OLE color: 8388900.
HSL color Cylindrical-coordinate representation of color #240180: hue angle of 256.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240180 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 1 | 128 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.50 |
| HSL | 256.54º | 0.98% | 0.25% | - |
| HSV(B) | 256.54º | 0.99% | 0.5% | - |
| XYZ | 4.63 | 1.96 | 20.56 | - |
| YUV | 25.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 128 | 0.72 | 0.99 | 0 | 0.50 | 256.54 | 0.98 | 0.25 |
| Hex | 24 | 1 | 80 | 48 | 63 | 0 | 32 | 101 | 62 | 19 |
| Octal | 44 | 1 | 200 | 110 | 143 | 0 | 62 | 401 | 142 | 31 |
| Binary | 100100 | 1 | 10000000 | 1001000 | 1100011 | 0 | 110010 | 100000001 | 1100010 | 11001 |
Color Harmonies of #240180
Complementary color
Monochromatic Colors of #240180
Black with #240180
Text Example
Text Example
White with #240180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240180; }
p { color: rgb(36,1,128); }
H1.HeaderClassName
{
color: #240180;
}
.AnyTagClassName
{
color: #240180;
}
</style>
background-color css
<style>
a { background-color: #240180; }
a { background-color: rgb(36,1,128); }
div.DivClassName
{
background-color: #240180;
}
.BgClassName
{
background-color: #240180;
}
</style>
border-color css
<style>
span { border-color: #240180; }
span { border-color: rgb(36,1,128); }
td.TdClassName
{
border-color: #240180;
}
.TagClassName
{
border-color: #240180;
}
</style>