Shades of Persian Indigo #40177E
Tints of Persian Indigo #40177E
RGB
CMYK
RGB Variations
Color information
#40177E (or 0x40177E) is known color: Persian Indigo. HEX triplet: 40, 17 and 7E. RGB value is (64,23,126). Sum of RGB (Red+Green+Blue) = 64+23+126=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #40177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40177E is #BFE881. Grayscale: #2E2E2E. Windows color (decimal): -12576898 or 8263488. OLE color: 8263488.
HSL color Cylindrical-coordinate representation of color #40177E: hue angle of 263.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40177E is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 23 | 126 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.51 |
| HSL | 263.88º | 0.69% | 0.29% | - |
| HSV(B) | 263.88º | 0.82% | 0.49% | - |
| XYZ | 6.19 | 3.21 | 20.03 | - |
| YUV | 47 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 126 | 0.49 | 0.82 | 0 | 0.51 | 263.88 | 0.69 | 0.29 |
| Hex | 40 | 17 | 7E | 31 | 52 | 0 | 33 | 108 | 45 | 1D |
| Octal | 100 | 27 | 176 | 61 | 122 | 0 | 63 | 410 | 105 | 35 |
| Binary | 1000000 | 10111 | 1111110 | 110001 | 1010010 | 0 | 110011 | 100001000 | 1000101 | 11101 |
Color Harmonies of #40177E
Complementary color
Monochromatic Colors of #40177E
Black with #40177E
Text Example
Text Example
White with #40177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40177E; }
p { color: rgb(64,23,126); }
H1.HeaderClassName
{
color: #40177E;
}
.AnyTagClassName
{
color: #40177E;
}
</style>
background-color css
<style>
a { background-color: #40177E; }
a { background-color: rgb(64,23,126); }
div.DivClassName
{
background-color: #40177E;
}
.BgClassName
{
background-color: #40177E;
}
</style>
border-color css
<style>
span { border-color: #40177E; }
span { border-color: rgb(64,23,126); }
td.TdClassName
{
border-color: #40177E;
}
.TagClassName
{
border-color: #40177E;
}
</style>