Shades of Persian Indigo #40179C
Tints of Persian Indigo #40179C
RGB
CMYK
RGB Variations
Color information
#40179C (or 0x40179C) is known color: Persian Indigo. HEX triplet: 40, 17 and 9C. RGB value is (64,23,156). Sum of RGB (Red+Green+Blue) = 64+23+156=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #40179C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40179C is #BFE863. Grayscale: #313131. Windows color (decimal): -12576868 or 10229568. OLE color: 10229568.
HSL color Cylindrical-coordinate representation of color #40179C: hue angle of 258.5º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40179C is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 23 | 156 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.39 |
| HSL | 258.5º | 0.74% | 0.35% | - |
| HSV(B) | 258.5º | 0.85% | 0.61% | - |
| XYZ | 8.42 | 4.1 | 31.8 | - |
| YUV | 50.42 | 187.58 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 156 | 0.59 | 0.85 | 0 | 0.39 | 258.5 | 0.74 | 0.35 |
| Hex | 40 | 17 | 9C | 3B | 55 | 0 | 27 | 102 | 4A | 23 |
| Octal | 100 | 27 | 234 | 73 | 125 | 0 | 47 | 402 | 112 | 43 |
| Binary | 1000000 | 10111 | 10011100 | 111011 | 1010101 | 0 | 100111 | 100000010 | 1001010 | 100011 |
Color Harmonies of #40179C
Complementary color
Monochromatic Colors of #40179C
Black with #40179C
Text Example
Text Example
White with #40179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40179C; }
p { color: rgb(64,23,156); }
H1.HeaderClassName
{
color: #40179C;
}
.AnyTagClassName
{
color: #40179C;
}
</style>
background-color css
<style>
a { background-color: #40179C; }
a { background-color: rgb(64,23,156); }
div.DivClassName
{
background-color: #40179C;
}
.BgClassName
{
background-color: #40179C;
}
</style>
border-color css
<style>
span { border-color: #40179C; }
span { border-color: rgb(64,23,156); }
td.TdClassName
{
border-color: #40179C;
}
.TagClassName
{
border-color: #40179C;
}
</style>