Shades of Persian Indigo #40179B
Tints of Persian Indigo #40179B
RGB
CMYK
RGB Variations
Color information
#40179B (or 0x40179B) is known color: Persian Indigo. HEX triplet: 40, 17 and 9B. RGB value is (64,23,155). Sum of RGB (Red+Green+Blue) = 64+23+155=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #40179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40179B is #BFE864. Grayscale: #313131. Windows color (decimal): -12576869 or 10164032. OLE color: 10164032.
HSL color Cylindrical-coordinate representation of color #40179B: hue angle of 258.64º 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 #40179B is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 23 | 155 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.39 |
| HSL | 258.64º | 0.74% | 0.35% | - |
| HSV(B) | 258.64º | 0.85% | 0.61% | - |
| XYZ | 8.34 | 4.07 | 31.36 | - |
| YUV | 50.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 155 | 0.59 | 0.85 | 0 | 0.39 | 258.64 | 0.74 | 0.35 |
| Hex | 40 | 17 | 9B | 3B | 55 | 0 | 27 | 103 | 4A | 23 |
| Octal | 100 | 27 | 233 | 73 | 125 | 0 | 47 | 403 | 112 | 43 |
| Binary | 1000000 | 10111 | 10011011 | 111011 | 1010101 | 0 | 100111 | 100000011 | 1001010 | 100011 |
Color Harmonies of #40179B
Complementary color
Monochromatic Colors of #40179B
Black with #40179B
Text Example
Text Example
White with #40179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40179B; }
p { color: rgb(64,23,155); }
H1.HeaderClassName
{
color: #40179B;
}
.AnyTagClassName
{
color: #40179B;
}
</style>
background-color css
<style>
a { background-color: #40179B; }
a { background-color: rgb(64,23,155); }
div.DivClassName
{
background-color: #40179B;
}
.BgClassName
{
background-color: #40179B;
}
</style>
border-color css
<style>
span { border-color: #40179B; }
span { border-color: rgb(64,23,155); }
td.TdClassName
{
border-color: #40179B;
}
.TagClassName
{
border-color: #40179B;
}
</style>