Shades of Persian Indigo #2E146C
Tints of Persian Indigo #2E146C
RGB
CMYK
RGB Variations
Color information
#2E146C (or 0x2E146C) is known color: Persian Indigo. HEX triplet: 2E, 14 and 6C. RGB value is (46,20,108). Sum of RGB (Red+Green+Blue) = 46+20+108=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E146C is #D1EB93. Grayscale: #252525. Windows color (decimal): -13757332 or 7083054. OLE color: 7083054.
HSL color Cylindrical-coordinate representation of color #2E146C: hue angle of 257.73º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E146C is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 20 | 108 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.58 |
| HSL | 257.73º | 0.69% | 0.25% | - |
| HSV(B) | 257.73º | 0.81% | 0.42% | - |
| XYZ | 4.08 | 2.16 | 14.39 | - |
| YUV | 37.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 108 | 0.57 | 0.81 | 0 | 0.58 | 257.73 | 0.69 | 0.25 |
| Hex | 2E | 14 | 6C | 39 | 51 | 0 | 3A | 102 | 45 | 19 |
| Octal | 56 | 24 | 154 | 71 | 121 | 0 | 72 | 402 | 105 | 31 |
| Binary | 101110 | 10100 | 1101100 | 111001 | 1010001 | 0 | 111010 | 100000010 | 1000101 | 11001 |
Color Harmonies of #2E146C
Complementary color
Monochromatic Colors of #2E146C
Black with #2E146C
Text Example
Text Example
White with #2E146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E146C; }
p { color: rgb(46,20,108); }
H1.HeaderClassName
{
color: #2E146C;
}
.AnyTagClassName
{
color: #2E146C;
}
</style>
background-color css
<style>
a { background-color: #2E146C; }
a { background-color: rgb(46,20,108); }
div.DivClassName
{
background-color: #2E146C;
}
.BgClassName
{
background-color: #2E146C;
}
</style>
border-color css
<style>
span { border-color: #2E146C; }
span { border-color: rgb(46,20,108); }
td.TdClassName
{
border-color: #2E146C;
}
.TagClassName
{
border-color: #2E146C;
}
</style>