Shades of Persian Indigo #2E0369
Tints of Persian Indigo #2E0369
RGB
CMYK
RGB Variations
Color information
#2E0369 (or 0x2E0369) is known color: Persian Indigo. HEX triplet: 2E, 03 and 69. RGB value is (46,3,105). Sum of RGB (Red+Green+Blue) = 46+3+105=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E0369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0369 is #D1FC96. Grayscale: #1B1B1B. Windows color (decimal): -13761687 or 6882094. OLE color: 6882094.
HSL color Cylindrical-coordinate representation of color #2E0369: hue angle of 265.29º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0369 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 3 | 105 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.59 |
| HSL | 265.29º | 0.94% | 0.21% | - |
| HSV(B) | 265.29º | 0.97% | 0.41% | - |
| XYZ | 3.71 | 1.67 | 13.49 | - |
| YUV | 27.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 105 | 0.56 | 0.97 | 0 | 0.59 | 265.29 | 0.94 | 0.21 |
| Hex | 2E | 3 | 69 | 38 | 61 | 0 | 3B | 109 | 5E | 15 |
| Octal | 56 | 3 | 151 | 70 | 141 | 0 | 73 | 411 | 136 | 25 |
| Binary | 101110 | 11 | 1101001 | 111000 | 1100001 | 0 | 111011 | 100001001 | 1011110 | 10101 |
Color Harmonies of #2E0369
Complementary color
Monochromatic Colors of #2E0369
Black with #2E0369
Text Example
Text Example
White with #2E0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0369; }
p { color: rgb(46,3,105); }
H1.HeaderClassName
{
color: #2E0369;
}
.AnyTagClassName
{
color: #2E0369;
}
</style>
background-color css
<style>
a { background-color: #2E0369; }
a { background-color: rgb(46,3,105); }
div.DivClassName
{
background-color: #2E0369;
}
.BgClassName
{
background-color: #2E0369;
}
</style>
border-color css
<style>
span { border-color: #2E0369; }
span { border-color: rgb(46,3,105); }
td.TdClassName
{
border-color: #2E0369;
}
.TagClassName
{
border-color: #2E0369;
}
</style>