Shades of Persian Indigo #40178D
Tints of Persian Indigo #40178D
RGB
CMYK
RGB Variations
Color information
#40178D (or 0x40178D) is known color: Persian Indigo. HEX triplet: 40, 17 and 8D. RGB value is (64,23,141). Sum of RGB (Red+Green+Blue) = 64+23+141=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #40178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40178D is #BFE872. Grayscale: #303030. Windows color (decimal): -12576883 or 9246528. OLE color: 9246528.
HSL color Cylindrical-coordinate representation of color #40178D: hue angle of 260.85º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40178D is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 23 | 141 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.45 |
| HSL | 260.85º | 0.72% | 0.32% | - |
| HSV(B) | 260.85º | 0.84% | 0.55% | - |
| XYZ | 7.23 | 3.63 | 25.52 | - |
| YUV | 48.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 141 | 0.55 | 0.84 | 0 | 0.45 | 260.85 | 0.72 | 0.32 |
| Hex | 40 | 17 | 8D | 37 | 54 | 0 | 2D | 105 | 48 | 20 |
| Octal | 100 | 27 | 215 | 67 | 124 | 0 | 55 | 405 | 110 | 40 |
| Binary | 1000000 | 10111 | 10001101 | 110111 | 1010100 | 0 | 101101 | 100000101 | 1001000 | 100000 |
Color Harmonies of #40178D
Complementary color
Monochromatic Colors of #40178D
Black with #40178D
Text Example
Text Example
White with #40178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40178D; }
p { color: rgb(64,23,141); }
H1.HeaderClassName
{
color: #40178D;
}
.AnyTagClassName
{
color: #40178D;
}
</style>
background-color css
<style>
a { background-color: #40178D; }
a { background-color: rgb(64,23,141); }
div.DivClassName
{
background-color: #40178D;
}
.BgClassName
{
background-color: #40178D;
}
</style>
border-color css
<style>
span { border-color: #40178D; }
span { border-color: rgb(64,23,141); }
td.TdClassName
{
border-color: #40178D;
}
.TagClassName
{
border-color: #40178D;
}
</style>