Shades of Persian Indigo #34019A
Tints of Persian Indigo #34019A
RGB
CMYK
RGB Variations
Color information
#34019A (or 0x34019A) is known color: Persian Indigo. HEX triplet: 34, 01 and 9A. RGB value is (52,1,154). Sum of RGB (Red+Green+Blue) = 52+1+154=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #34019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34019A is #CBFE65. Grayscale: #212121. Windows color (decimal): -13368934 or 10092852. OLE color: 10092852.
HSL color Cylindrical-coordinate representation of color #34019A: hue angle of 260º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34019A is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 1 | 154 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.40 |
| HSL | 260º | 0.99% | 0.3% | - |
| HSV(B) | 260º | 0.99% | 0.6% | - |
| XYZ | 7.26 | 3.08 | 30.78 | - |
| YUV | 33.69 | 195.9 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 154 | 0.66 | 0.99 | 0 | 0.40 | 260 | 0.99 | 0.3 |
| Hex | 34 | 1 | 9A | 42 | 63 | 0 | 28 | 104 | 63 | 1E |
| Octal | 64 | 1 | 232 | 102 | 143 | 0 | 50 | 404 | 143 | 36 |
| Binary | 110100 | 1 | 10011010 | 1000010 | 1100011 | 0 | 101000 | 100000100 | 1100011 | 11110 |
Color Harmonies of #34019A
Complementary color
Monochromatic Colors of #34019A
Black with #34019A
Text Example
Text Example
White with #34019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34019A; }
p { color: rgb(52,1,154); }
H1.HeaderClassName
{
color: #34019A;
}
.AnyTagClassName
{
color: #34019A;
}
</style>
background-color css
<style>
a { background-color: #34019A; }
a { background-color: rgb(52,1,154); }
div.DivClassName
{
background-color: #34019A;
}
.BgClassName
{
background-color: #34019A;
}
</style>
border-color css
<style>
span { border-color: #34019A; }
span { border-color: rgb(52,1,154); }
td.TdClassName
{
border-color: #34019A;
}
.TagClassName
{
border-color: #34019A;
}
</style>