Shades of Persian Indigo #34187F
Tints of Persian Indigo #34187F
RGB
CMYK
RGB Variations
Color information
#34187F (or 0x34187F) is known color: Persian Indigo. HEX triplet: 34, 18 and 7F. RGB value is (52,24,127). Sum of RGB (Red+Green+Blue) = 52+24+127=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #34187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34187F is #CBE780. Grayscale: #2B2B2B. Windows color (decimal): -13363073 or 8329268. OLE color: 8329268.
HSL color Cylindrical-coordinate representation of color #34187F: hue angle of 256.31º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34187F is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 24 | 127 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.50 |
| HSL | 256.31º | 0.68% | 0.3% | - |
| HSV(B) | 256.31º | 0.81% | 0.5% | - |
| XYZ | 5.57 | 2.92 | 20.35 | - |
| YUV | 44.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 127 | 0.59 | 0.81 | 0 | 0.50 | 256.31 | 0.68 | 0.3 |
| Hex | 34 | 18 | 7F | 3B | 51 | 0 | 32 | 100 | 44 | 1E |
| Octal | 64 | 30 | 177 | 73 | 121 | 0 | 62 | 400 | 104 | 36 |
| Binary | 110100 | 11000 | 1111111 | 111011 | 1010001 | 0 | 110010 | 100000000 | 1000100 | 11110 |
Color Harmonies of #34187F
Complementary color
Monochromatic Colors of #34187F
Black with #34187F
Text Example
Text Example
White with #34187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34187F; }
p { color: rgb(52,24,127); }
H1.HeaderClassName
{
color: #34187F;
}
.AnyTagClassName
{
color: #34187F;
}
</style>
background-color css
<style>
a { background-color: #34187F; }
a { background-color: rgb(52,24,127); }
div.DivClassName
{
background-color: #34187F;
}
.BgClassName
{
background-color: #34187F;
}
</style>
border-color css
<style>
span { border-color: #34187F; }
span { border-color: rgb(52,24,127); }
td.TdClassName
{
border-color: #34187F;
}
.TagClassName
{
border-color: #34187F;
}
</style>