Shades of Persian Indigo #40178A
Tints of Persian Indigo #40178A
RGB
CMYK
RGB Variations
Color information
#40178A (or 0x40178A) is known color: Persian Indigo. HEX triplet: 40, 17 and 8A. RGB value is (64,23,138). Sum of RGB (Red+Green+Blue) = 64+23+138=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #40178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40178A is #BFE875. Grayscale: #2F2F2F. Windows color (decimal): -12576886 or 9049920. OLE color: 9049920.
HSL color Cylindrical-coordinate representation of color #40178A: hue angle of 261.39º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40178A is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 23 | 138 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.46 |
| HSL | 261.39º | 0.71% | 0.32% | - |
| HSV(B) | 261.39º | 0.83% | 0.54% | - |
| XYZ | 7.01 | 3.54 | 24.36 | - |
| YUV | 48.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 138 | 0.54 | 0.83 | 0 | 0.46 | 261.39 | 0.71 | 0.32 |
| Hex | 40 | 17 | 8A | 36 | 53 | 0 | 2E | 105 | 47 | 20 |
| Octal | 100 | 27 | 212 | 66 | 123 | 0 | 56 | 405 | 107 | 40 |
| Binary | 1000000 | 10111 | 10001010 | 110110 | 1010011 | 0 | 101110 | 100000101 | 1000111 | 100000 |
Color Harmonies of #40178A
Complementary color
Monochromatic Colors of #40178A
Black with #40178A
Text Example
Text Example
White with #40178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40178A; }
p { color: rgb(64,23,138); }
H1.HeaderClassName
{
color: #40178A;
}
.AnyTagClassName
{
color: #40178A;
}
</style>
background-color css
<style>
a { background-color: #40178A; }
a { background-color: rgb(64,23,138); }
div.DivClassName
{
background-color: #40178A;
}
.BgClassName
{
background-color: #40178A;
}
</style>
border-color css
<style>
span { border-color: #40178A; }
span { border-color: rgb(64,23,138); }
td.TdClassName
{
border-color: #40178A;
}
.TagClassName
{
border-color: #40178A;
}
</style>