Shades of Persian Indigo #2E006C
Tints of Persian Indigo #2E006C
RGB
CMYK
RGB Variations
Color information
#2E006C (or 0x2E006C) is known color: Persian Indigo. HEX triplet: 2E, 00 and 6C. RGB value is (46,0,108). Sum of RGB (Red+Green+Blue) = 46+0+108=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E006C is #D1FF93. Grayscale: #191919. Windows color (decimal): -13762452 or 7077934. OLE color: 7077934.
HSL color Cylindrical-coordinate representation of color #2E006C: hue angle of 265.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E006C is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 0 | 108 | - |
| CMYK | 0.57 | 1 | 0 | 0.58 |
| HSL | 265.56º | 1% | 0.21% | - |
| HSV(B) | 265.56º | 1% | 0.42% | - |
| XYZ | 3.83 | 1.66 | 14.31 | - |
| YUV | 26.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 108 | 0.57 | 1 | 0 | 0.58 | 265.56 | 1 | 0.21 |
| Hex | 2E | 0 | 6C | 39 | 64 | 0 | 3A | 10A | 64 | 15 |
| Octal | 56 | 0 | 154 | 71 | 144 | 0 | 72 | 412 | 144 | 25 |
| Binary | 101110 | 0 | 1101100 | 111001 | 1100100 | 0 | 111010 | 100001010 | 1100100 | 10101 |
Color Harmonies of #2E006C
Complementary color
Monochromatic Colors of #2E006C
Black with #2E006C
Text Example
Text Example
White with #2E006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E006C; }
p { color: rgb(46,0,108); }
H1.HeaderClassName
{
color: #2E006C;
}
.AnyTagClassName
{
color: #2E006C;
}
</style>
background-color css
<style>
a { background-color: #2E006C; }
a { background-color: rgb(46,0,108); }
div.DivClassName
{
background-color: #2E006C;
}
.BgClassName
{
background-color: #2E006C;
}
</style>
border-color css
<style>
span { border-color: #2E006C; }
span { border-color: rgb(46,0,108); }
td.TdClassName
{
border-color: #2E006C;
}
.TagClassName
{
border-color: #2E006C;
}
</style>