Shades of Persian Indigo #3E109A
Tints of Persian Indigo #3E109A
RGB
CMYK
RGB Variations
Color information
#3E109A (or 0x3E109A) is known color: Persian Indigo. HEX triplet: 3E, 10 and 9A. RGB value is (62,16,154). Sum of RGB (Red+Green+Blue) = 62+16+154=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E109A is #C1EF65. Grayscale: #2C2C2C. Windows color (decimal): -12709734 or 10096702. OLE color: 10096702.
HSL color Cylindrical-coordinate representation of color #3E109A: hue angle of 260º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E109A is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 16 | 154 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.40 |
| HSL | 260º | 0.81% | 0.33% | - |
| HSV(B) | 260º | 0.9% | 0.6% | - |
| XYZ | 8 | 3.73 | 30.87 | - |
| YUV | 45.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 154 | 0.60 | 0.90 | 0 | 0.40 | 260 | 0.81 | 0.33 |
| Hex | 3E | 10 | 9A | 3C | 5A | 0 | 28 | 104 | 51 | 21 |
| Octal | 76 | 20 | 232 | 74 | 132 | 0 | 50 | 404 | 121 | 41 |
| Binary | 111110 | 10000 | 10011010 | 111100 | 1011010 | 0 | 101000 | 100000100 | 1010001 | 100001 |
Color Harmonies of #3E109A
Complementary color
Monochromatic Colors of #3E109A
Black with #3E109A
Text Example
Text Example
White with #3E109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E109A; }
p { color: rgb(62,16,154); }
H1.HeaderClassName
{
color: #3E109A;
}
.AnyTagClassName
{
color: #3E109A;
}
</style>
background-color css
<style>
a { background-color: #3E109A; }
a { background-color: rgb(62,16,154); }
div.DivClassName
{
background-color: #3E109A;
}
.BgClassName
{
background-color: #3E109A;
}
</style>
border-color css
<style>
span { border-color: #3E109A; }
span { border-color: rgb(62,16,154); }
td.TdClassName
{
border-color: #3E109A;
}
.TagClassName
{
border-color: #3E109A;
}
</style>