Shades of Persian Indigo #2E0165
Tints of Persian Indigo #2E0165
RGB
CMYK
RGB Variations
Color information
#2E0165 (or 0x2E0165) is known color: Persian Indigo. HEX triplet: 2E, 01 and 65. RGB value is (46,1,101). Sum of RGB (Red+Green+Blue) = 46+1+101=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E0165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0165 is #D1FE9A. Grayscale: #191919. Windows color (decimal): -13762203 or 6619438. OLE color: 6619438.
HSL color Cylindrical-coordinate representation of color #2E0165: hue angle of 267º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0165 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 1 | 101 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.60 |
| HSL | 267º | 0.98% | 0.2% | - |
| HSV(B) | 267º | 0.99% | 0.4% | - |
| XYZ | 3.49 | 1.54 | 12.43 | - |
| YUV | 25.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 101 | 0.54 | 0.99 | 0 | 0.60 | 267 | 0.98 | 0.2 |
| Hex | 2E | 1 | 65 | 36 | 63 | 0 | 3C | 10B | 62 | 14 |
| Octal | 56 | 1 | 145 | 66 | 143 | 0 | 74 | 413 | 142 | 24 |
| Binary | 101110 | 1 | 1100101 | 110110 | 1100011 | 0 | 111100 | 100001011 | 1100010 | 10100 |
Color Harmonies of #2E0165
Complementary color
Monochromatic Colors of #2E0165
Black with #2E0165
Text Example
Text Example
White with #2E0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0165; }
p { color: rgb(46,1,101); }
H1.HeaderClassName
{
color: #2E0165;
}
.AnyTagClassName
{
color: #2E0165;
}
</style>
background-color css
<style>
a { background-color: #2E0165; }
a { background-color: rgb(46,1,101); }
div.DivClassName
{
background-color: #2E0165;
}
.BgClassName
{
background-color: #2E0165;
}
</style>
border-color css
<style>
span { border-color: #2E0165; }
span { border-color: rgb(46,1,101); }
td.TdClassName
{
border-color: #2E0165;
}
.TagClassName
{
border-color: #2E0165;
}
</style>