Shades of Persian Indigo #240264
Tints of Persian Indigo #240264
RGB
CMYK
RGB Variations
Color information
#240264 (or 0x240264) is known color: Persian Indigo. HEX triplet: 24, 02 and 64. RGB value is (36,2,100). Sum of RGB (Red+Green+Blue) = 36+2+100=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #240264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240264 is #DBFD9B. Grayscale: #161616. Windows color (decimal): -14417308 or 6554148. OLE color: 6554148.
HSL color Cylindrical-coordinate representation of color #240264: hue angle of 260.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240264 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 2 | 100 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.61 |
| HSL | 260.82º | 0.96% | 0.2% | - |
| HSV(B) | 260.82º | 0.98% | 0.39% | - |
| XYZ | 3.05 | 1.34 | 12.15 | - |
| YUV | 23.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 100 | 0.64 | 0.98 | 0 | 0.61 | 260.82 | 0.96 | 0.2 |
| Hex | 24 | 2 | 64 | 40 | 62 | 0 | 3D | 105 | 60 | 14 |
| Octal | 44 | 2 | 144 | 100 | 142 | 0 | 75 | 405 | 140 | 24 |
| Binary | 100100 | 10 | 1100100 | 1000000 | 1100010 | 0 | 111101 | 100000101 | 1100000 | 10100 |
Color Harmonies of #240264
Complementary color
Monochromatic Colors of #240264
Black with #240264
Text Example
Text Example
White with #240264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240264; }
p { color: rgb(36,2,100); }
H1.HeaderClassName
{
color: #240264;
}
.AnyTagClassName
{
color: #240264;
}
</style>
background-color css
<style>
a { background-color: #240264; }
a { background-color: rgb(36,2,100); }
div.DivClassName
{
background-color: #240264;
}
.BgClassName
{
background-color: #240264;
}
</style>
border-color css
<style>
span { border-color: #240264; }
span { border-color: rgb(36,2,100); }
td.TdClassName
{
border-color: #240264;
}
.TagClassName
{
border-color: #240264;
}
</style>