Shades of Persian Indigo #240373
Tints of Persian Indigo #240373
RGB
CMYK
RGB Variations
Color information
#240373 (or 0x240373) is known color: Persian Indigo. HEX triplet: 24, 03 and 73. RGB value is (36,3,115). Sum of RGB (Red+Green+Blue) = 36+3+115=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #240373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240373 is #DBFC8C. Grayscale: #191919. Windows color (decimal): -14417037 or 7537444. OLE color: 7537444.
HSL color Cylindrical-coordinate representation of color #240373: hue angle of 257.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240373 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 3 | 115 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.55 |
| HSL | 257.68º | 0.95% | 0.23% | - |
| HSV(B) | 257.68º | 0.97% | 0.45% | - |
| XYZ | 3.85 | 1.68 | 16.34 | - |
| YUV | 25.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 115 | 0.69 | 0.97 | 0 | 0.55 | 257.68 | 0.95 | 0.23 |
| Hex | 24 | 3 | 73 | 45 | 61 | 0 | 37 | 102 | 5F | 17 |
| Octal | 44 | 3 | 163 | 105 | 141 | 0 | 67 | 402 | 137 | 27 |
| Binary | 100100 | 11 | 1110011 | 1000101 | 1100001 | 0 | 110111 | 100000010 | 1011111 | 10111 |
Color Harmonies of #240373
Complementary color
Monochromatic Colors of #240373
Black with #240373
Text Example
Text Example
White with #240373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240373; }
p { color: rgb(36,3,115); }
H1.HeaderClassName
{
color: #240373;
}
.AnyTagClassName
{
color: #240373;
}
</style>
background-color css
<style>
a { background-color: #240373; }
a { background-color: rgb(36,3,115); }
div.DivClassName
{
background-color: #240373;
}
.BgClassName
{
background-color: #240373;
}
</style>
border-color css
<style>
span { border-color: #240373; }
span { border-color: rgb(36,3,115); }
td.TdClassName
{
border-color: #240373;
}
.TagClassName
{
border-color: #240373;
}
</style>