Shades of Persian Indigo #240678
Tints of Persian Indigo #240678
RGB
CMYK
RGB Variations
Color information
#240678 (or 0x240678) is known color: Persian Indigo. HEX triplet: 24, 06 and 78. RGB value is (36,6,120). Sum of RGB (Red+Green+Blue) = 36+6+120=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #240678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240678 is #DBF987. Grayscale: #1B1B1B. Windows color (decimal): -14416264 or 7865892. OLE color: 7865892.
HSL color Cylindrical-coordinate representation of color #240678: hue angle of 255.79º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240678 is Cyan = 0.7, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 6 | 120 | - |
| CMYK | 0.7 | 0.95 | 0 | 0.53 |
| HSL | 255.79º | 0.9% | 0.25% | - |
| HSV(B) | 255.79º | 0.95% | 0.47% | - |
| XYZ | 4.18 | 1.86 | 17.91 | - |
| YUV | 27.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 120 | 0.7 | 0.95 | 0 | 0.53 | 255.79 | 0.9 | 0.25 |
| Hex | 24 | 6 | 78 | 46 | 5F | 0 | 35 | 100 | 5A | 19 |
| Octal | 44 | 6 | 170 | 106 | 137 | 0 | 65 | 400 | 132 | 31 |
| Binary | 100100 | 110 | 1111000 | 1000110 | 1011111 | 0 | 110101 | 100000000 | 1011010 | 11001 |
Color Harmonies of #240678
Complementary color
Monochromatic Colors of #240678
Black with #240678
Text Example
Text Example
White with #240678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240678; }
p { color: rgb(36,6,120); }
H1.HeaderClassName
{
color: #240678;
}
.AnyTagClassName
{
color: #240678;
}
</style>
background-color css
<style>
a { background-color: #240678; }
a { background-color: rgb(36,6,120); }
div.DivClassName
{
background-color: #240678;
}
.BgClassName
{
background-color: #240678;
}
</style>
border-color css
<style>
span { border-color: #240678; }
span { border-color: rgb(36,6,120); }
td.TdClassName
{
border-color: #240678;
}
.TagClassName
{
border-color: #240678;
}
</style>