Shades of Persian Indigo #34019F
Tints of Persian Indigo #34019F
RGB
CMYK
RGB Variations
Color information
#34019F (or 0x34019F) is known color: Persian Indigo. HEX triplet: 34, 01 and 9F. RGB value is (52,1,159). Sum of RGB (Red+Green+Blue) = 52+1+159=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #34019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34019F is #CBFE60. Grayscale: #212121. Windows color (decimal): -13368929 or 10420532. OLE color: 10420532.
HSL color Cylindrical-coordinate representation of color #34019F: hue angle of 259.37º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34019F is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 1 | 159 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.38 |
| HSL | 259.37º | 0.99% | 0.31% | - |
| HSV(B) | 259.37º | 0.99% | 0.62% | - |
| XYZ | 7.69 | 3.25 | 33.02 | - |
| YUV | 34.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 159 | 0.67 | 0.99 | 0 | 0.38 | 259.37 | 0.99 | 0.31 |
| Hex | 34 | 1 | 9F | 43 | 63 | 0 | 26 | 103 | 63 | 1F |
| Octal | 64 | 1 | 237 | 103 | 143 | 0 | 46 | 403 | 143 | 37 |
| Binary | 110100 | 1 | 10011111 | 1000011 | 1100011 | 0 | 100110 | 100000011 | 1100011 | 11111 |
Color Harmonies of #34019F
Complementary color
Monochromatic Colors of #34019F
Black with #34019F
Text Example
Text Example
White with #34019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34019F; }
p { color: rgb(52,1,159); }
H1.HeaderClassName
{
color: #34019F;
}
.AnyTagClassName
{
color: #34019F;
}
</style>
background-color css
<style>
a { background-color: #34019F; }
a { background-color: rgb(52,1,159); }
div.DivClassName
{
background-color: #34019F;
}
.BgClassName
{
background-color: #34019F;
}
</style>
border-color css
<style>
span { border-color: #34019F; }
span { border-color: rgb(52,1,159); }
td.TdClassName
{
border-color: #34019F;
}
.TagClassName
{
border-color: #34019F;
}
</style>