Shades of Persian Indigo #40188C
Tints of Persian Indigo #40188C
RGB
CMYK
RGB Variations
Color information
#40188C (or 0x40188C) is known color: Persian Indigo. HEX triplet: 40, 18 and 8C. RGB value is (64,24,140). Sum of RGB (Red+Green+Blue) = 64+24+140=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #40188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40188C is #BFE773. Grayscale: #303030. Windows color (decimal): -12576628 or 9181248. OLE color: 9181248.
HSL color Cylindrical-coordinate representation of color #40188C: hue angle of 260.69º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40188C is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 24 | 140 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.45 |
| HSL | 260.69º | 0.71% | 0.32% | - |
| HSV(B) | 260.69º | 0.83% | 0.55% | - |
| XYZ | 7.17 | 3.64 | 25.13 | - |
| YUV | 49.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 140 | 0.54 | 0.83 | 0 | 0.45 | 260.69 | 0.71 | 0.32 |
| Hex | 40 | 18 | 8C | 36 | 53 | 0 | 2D | 105 | 47 | 20 |
| Octal | 100 | 30 | 214 | 66 | 123 | 0 | 55 | 405 | 107 | 40 |
| Binary | 1000000 | 11000 | 10001100 | 110110 | 1010011 | 0 | 101101 | 100000101 | 1000111 | 100000 |
Color Harmonies of #40188C
Complementary color
Monochromatic Colors of #40188C
Black with #40188C
Text Example
Text Example
White with #40188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40188C; }
p { color: rgb(64,24,140); }
H1.HeaderClassName
{
color: #40188C;
}
.AnyTagClassName
{
color: #40188C;
}
</style>
background-color css
<style>
a { background-color: #40188C; }
a { background-color: rgb(64,24,140); }
div.DivClassName
{
background-color: #40188C;
}
.BgClassName
{
background-color: #40188C;
}
</style>
border-color css
<style>
span { border-color: #40188C; }
span { border-color: rgb(64,24,140); }
td.TdClassName
{
border-color: #40188C;
}
.TagClassName
{
border-color: #40188C;
}
</style>