Shades of Persian Indigo #2E0370
Tints of Persian Indigo #2E0370
RGB
CMYK
RGB Variations
Color information
#2E0370 (or 0x2E0370) is known color: Persian Indigo. HEX triplet: 2E, 03 and 70. RGB value is (46,3,112). Sum of RGB (Red+Green+Blue) = 46+3+112=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E0370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0370 is #D1FC8F. Grayscale: #1B1B1B. Windows color (decimal): -13761680 or 7340846. OLE color: 7340846.
HSL color Cylindrical-coordinate representation of color #2E0370: hue angle of 263.67º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0370 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 3 | 112 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.56 |
| HSL | 263.67º | 0.95% | 0.23% | - |
| HSV(B) | 263.67º | 0.97% | 0.44% | - |
| XYZ | 4.08 | 1.82 | 15.46 | - |
| YUV | 28.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 112 | 0.59 | 0.97 | 0 | 0.56 | 263.67 | 0.95 | 0.23 |
| Hex | 2E | 3 | 70 | 3B | 61 | 0 | 38 | 108 | 5F | 17 |
| Octal | 56 | 3 | 160 | 73 | 141 | 0 | 70 | 410 | 137 | 27 |
| Binary | 101110 | 11 | 1110000 | 111011 | 1100001 | 0 | 111000 | 100001000 | 1011111 | 10111 |
Color Harmonies of #2E0370
Complementary color
Monochromatic Colors of #2E0370
Black with #2E0370
Text Example
Text Example
White with #2E0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0370; }
p { color: rgb(46,3,112); }
H1.HeaderClassName
{
color: #2E0370;
}
.AnyTagClassName
{
color: #2E0370;
}
</style>
background-color css
<style>
a { background-color: #2E0370; }
a { background-color: rgb(46,3,112); }
div.DivClassName
{
background-color: #2E0370;
}
.BgClassName
{
background-color: #2E0370;
}
</style>
border-color css
<style>
span { border-color: #2E0370; }
span { border-color: rgb(46,3,112); }
td.TdClassName
{
border-color: #2E0370;
}
.TagClassName
{
border-color: #2E0370;
}
</style>