Shades of Persian Indigo #240068
Tints of Persian Indigo #240068
RGB
CMYK
RGB Variations
Color information
#240068 (or 0x240068) is known color: Persian Indigo. HEX triplet: 24, 00 and 68. RGB value is (36,0,104). Sum of RGB (Red+Green+Blue) = 36+0+104=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #240068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240068 is #DBFF97. Grayscale: #161616. Windows color (decimal): -14417816 or 6815780. OLE color: 6815780.
HSL color Cylindrical-coordinate representation of color #240068: hue angle of 260.77º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240068 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 0 | 104 | - |
| CMYK | 0.65 | 1 | 0 | 0.59 |
| HSL | 260.77º | 1% | 0.2% | - |
| HSV(B) | 260.77º | 1% | 0.41% | - |
| XYZ | 3.23 | 1.37 | 13.19 | - |
| YUV | 22.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 104 | 0.65 | 1 | 0 | 0.59 | 260.77 | 1 | 0.2 |
| Hex | 24 | 0 | 68 | 41 | 64 | 0 | 3B | 105 | 64 | 14 |
| Octal | 44 | 0 | 150 | 101 | 144 | 0 | 73 | 405 | 144 | 24 |
| Binary | 100100 | 0 | 1101000 | 1000001 | 1100100 | 0 | 111011 | 100000101 | 1100100 | 10100 |
Color Harmonies of #240068
Complementary color
Monochromatic Colors of #240068
Black with #240068
Text Example
Text Example
White with #240068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240068; }
p { color: rgb(36,0,104); }
H1.HeaderClassName
{
color: #240068;
}
.AnyTagClassName
{
color: #240068;
}
</style>
background-color css
<style>
a { background-color: #240068; }
a { background-color: rgb(36,0,104); }
div.DivClassName
{
background-color: #240068;
}
.BgClassName
{
background-color: #240068;
}
</style>
border-color css
<style>
span { border-color: #240068; }
span { border-color: rgb(36,0,104); }
td.TdClassName
{
border-color: #240068;
}
.TagClassName
{
border-color: #240068;
}
</style>