Shades of Persian Indigo #34039B
Tints of Persian Indigo #34039B
RGB
CMYK
RGB Variations
Color information
#34039B (or 0x34039B) is known color: Persian Indigo. HEX triplet: 34, 03 and 9B. RGB value is (52,3,155). Sum of RGB (Red+Green+Blue) = 52+3+155=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #34039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34039B is #CBFC64. Grayscale: #222222. Windows color (decimal): -13368421 or 10158900. OLE color: 10158900.
HSL color Cylindrical-coordinate representation of color #34039B: hue angle of 259.34º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34039B is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 3 | 155 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.39 |
| HSL | 259.34º | 0.96% | 0.31% | - |
| HSV(B) | 259.34º | 0.98% | 0.61% | - |
| XYZ | 7.37 | 3.16 | 31.23 | - |
| YUV | 34.98 | 195.73 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 155 | 0.66 | 0.98 | 0 | 0.39 | 259.34 | 0.96 | 0.31 |
| Hex | 34 | 3 | 9B | 42 | 62 | 0 | 27 | 103 | 60 | 1F |
| Octal | 64 | 3 | 233 | 102 | 142 | 0 | 47 | 403 | 140 | 37 |
| Binary | 110100 | 11 | 10011011 | 1000010 | 1100010 | 0 | 100111 | 100000011 | 1100000 | 11111 |
Color Harmonies of #34039B
Complementary color
Monochromatic Colors of #34039B
Black with #34039B
Text Example
Text Example
White with #34039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34039B; }
p { color: rgb(52,3,155); }
H1.HeaderClassName
{
color: #34039B;
}
.AnyTagClassName
{
color: #34039B;
}
</style>
background-color css
<style>
a { background-color: #34039B; }
a { background-color: rgb(52,3,155); }
div.DivClassName
{
background-color: #34039B;
}
.BgClassName
{
background-color: #34039B;
}
</style>
border-color css
<style>
span { border-color: #34039B; }
span { border-color: rgb(52,3,155); }
td.TdClassName
{
border-color: #34039B;
}
.TagClassName
{
border-color: #34039B;
}
</style>