Shades of Persian Indigo #2E0365
Tints of Persian Indigo #2E0365
RGB
CMYK
RGB Variations
Color information
#2E0365 (or 0x2E0365) is known color: Persian Indigo. HEX triplet: 2E, 03 and 65. RGB value is (46,3,101). Sum of RGB (Red+Green+Blue) = 46+3+101=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0365 is #D1FC9A. Grayscale: #1A1A1A. Windows color (decimal): -13761691 or 6619950. OLE color: 6619950.
HSL color Cylindrical-coordinate representation of color #2E0365: hue angle of 266.33º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0365 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 3 | 101 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.60 |
| HSL | 266.33º | 0.94% | 0.2% | - |
| HSV(B) | 266.33º | 0.97% | 0.4% | - |
| XYZ | 3.51 | 1.59 | 12.43 | - |
| YUV | 27.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 101 | 0.54 | 0.97 | 0 | 0.60 | 266.33 | 0.94 | 0.2 |
| Hex | 2E | 3 | 65 | 36 | 61 | 0 | 3C | 10A | 5E | 14 |
| Octal | 56 | 3 | 145 | 66 | 141 | 0 | 74 | 412 | 136 | 24 |
| Binary | 101110 | 11 | 1100101 | 110110 | 1100001 | 0 | 111100 | 100001010 | 1011110 | 10100 |
Color Harmonies of #2E0365
Complementary color
Monochromatic Colors of #2E0365
Black with #2E0365
Text Example
Text Example
White with #2E0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0365; }
p { color: rgb(46,3,101); }
H1.HeaderClassName
{
color: #2E0365;
}
.AnyTagClassName
{
color: #2E0365;
}
</style>
background-color css
<style>
a { background-color: #2E0365; }
a { background-color: rgb(46,3,101); }
div.DivClassName
{
background-color: #2E0365;
}
.BgClassName
{
background-color: #2E0365;
}
</style>
border-color css
<style>
span { border-color: #2E0365; }
span { border-color: rgb(46,3,101); }
td.TdClassName
{
border-color: #2E0365;
}
.TagClassName
{
border-color: #2E0365;
}
</style>