Shades of Persian Indigo #34059C
Tints of Persian Indigo #34059C
RGB
CMYK
RGB Variations
Color information
#34059C (or 0x34059C) is known color: Persian Indigo. HEX triplet: 34, 05 and 9C. RGB value is (52,5,156). Sum of RGB (Red+Green+Blue) = 52+5+156=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #34059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34059C is #CBFA63. Grayscale: #232323. Windows color (decimal): -13367908 or 10224948. OLE color: 10224948.
HSL color Cylindrical-coordinate representation of color #34059C: hue angle of 258.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34059C is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 5 | 156 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.39 |
| HSL | 258.68º | 0.94% | 0.32% | - |
| HSV(B) | 258.68º | 0.97% | 0.61% | - |
| XYZ | 7.47 | 3.24 | 31.68 | - |
| YUV | 36.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 156 | 0.67 | 0.97 | 0 | 0.39 | 258.68 | 0.94 | 0.32 |
| Hex | 34 | 5 | 9C | 43 | 61 | 0 | 27 | 103 | 5E | 20 |
| Octal | 64 | 5 | 234 | 103 | 141 | 0 | 47 | 403 | 136 | 40 |
| Binary | 110100 | 101 | 10011100 | 1000011 | 1100001 | 0 | 100111 | 100000011 | 1011110 | 100000 |
Color Harmonies of #34059C
Complementary color
Monochromatic Colors of #34059C
Black with #34059C
Text Example
Text Example
White with #34059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34059C; }
p { color: rgb(52,5,156); }
H1.HeaderClassName
{
color: #34059C;
}
.AnyTagClassName
{
color: #34059C;
}
</style>
background-color css
<style>
a { background-color: #34059C; }
a { background-color: rgb(52,5,156); }
div.DivClassName
{
background-color: #34059C;
}
.BgClassName
{
background-color: #34059C;
}
</style>
border-color css
<style>
span { border-color: #34059C; }
span { border-color: rgb(52,5,156); }
td.TdClassName
{
border-color: #34059C;
}
.TagClassName
{
border-color: #34059C;
}
</style>