Shades of Persian Indigo #3E14AB
Tints of Persian Indigo #3E14AB
RGB
CMYK
RGB Variations
Color information
#3E14AB (or 0x3E14AB) is known color: Persian Indigo. HEX triplet: 3E, 14 and AB. RGB value is (62,20,171). Sum of RGB (Red+Green+Blue) = 62+20+171=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E14AB is #C1EB54. Grayscale: #313131. Windows color (decimal): -12708693 or 11211838. OLE color: 11211838.
HSL color Cylindrical-coordinate representation of color #3E14AB: hue angle of 256.69º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E14AB is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 20 | 171 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.33 |
| HSL | 256.69º | 0.79% | 0.37% | - |
| HSV(B) | 256.69º | 0.88% | 0.67% | - |
| XYZ | 9.59 | 4.46 | 38.88 | - |
| YUV | 49.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 171 | 0.64 | 0.88 | 0 | 0.33 | 256.69 | 0.79 | 0.37 |
| Hex | 3E | 14 | AB | 40 | 58 | 0 | 21 | 101 | 4F | 25 |
| Octal | 76 | 24 | 253 | 100 | 130 | 0 | 41 | 401 | 117 | 45 |
| Binary | 111110 | 10100 | 10101011 | 1000000 | 1011000 | 0 | 100001 | 100000001 | 1001111 | 100101 |
Color Harmonies of #3E14AB
Complementary color
Monochromatic Colors of #3E14AB
Black with #3E14AB
Text Example
Text Example
White with #3E14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E14AB; }
p { color: rgb(62,20,171); }
H1.HeaderClassName
{
color: #3E14AB;
}
.AnyTagClassName
{
color: #3E14AB;
}
</style>
background-color css
<style>
a { background-color: #3E14AB; }
a { background-color: rgb(62,20,171); }
div.DivClassName
{
background-color: #3E14AB;
}
.BgClassName
{
background-color: #3E14AB;
}
</style>
border-color css
<style>
span { border-color: #3E14AB; }
span { border-color: rgb(62,20,171); }
td.TdClassName
{
border-color: #3E14AB;
}
.TagClassName
{
border-color: #3E14AB;
}
</style>