Shades of Persian Indigo #34018F
Tints of Persian Indigo #34018F
RGB
CMYK
RGB Variations
Color information
#34018F (or 0x34018F) is known color: Persian Indigo. HEX triplet: 34, 01 and 8F. RGB value is (52,1,143). Sum of RGB (Red+Green+Blue) = 52+1+143=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #34018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34018F is #CBFE70. Grayscale: #1F1F1F. Windows color (decimal): -13368945 or 9371956. OLE color: 9371956.
HSL color Cylindrical-coordinate representation of color #34018F: hue angle of 261.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34018F is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 1 | 143 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.44 |
| HSL | 261.55º | 0.99% | 0.28% | - |
| HSV(B) | 261.55º | 0.99% | 0.56% | - |
| XYZ | 6.38 | 2.73 | 26.18 | - |
| YUV | 32.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 143 | 0.64 | 0.99 | 0 | 0.44 | 261.55 | 0.99 | 0.28 |
| Hex | 34 | 1 | 8F | 40 | 63 | 0 | 2C | 106 | 63 | 1C |
| Octal | 64 | 1 | 217 | 100 | 143 | 0 | 54 | 406 | 143 | 34 |
| Binary | 110100 | 1 | 10001111 | 1000000 | 1100011 | 0 | 101100 | 100000110 | 1100011 | 11100 |
Color Harmonies of #34018F
Complementary color
Monochromatic Colors of #34018F
Black with #34018F
Text Example
Text Example
White with #34018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34018F; }
p { color: rgb(52,1,143); }
H1.HeaderClassName
{
color: #34018F;
}
.AnyTagClassName
{
color: #34018F;
}
</style>
background-color css
<style>
a { background-color: #34018F; }
a { background-color: rgb(52,1,143); }
div.DivClassName
{
background-color: #34018F;
}
.BgClassName
{
background-color: #34018F;
}
</style>
border-color css
<style>
span { border-color: #34018F; }
span { border-color: rgb(52,1,143); }
td.TdClassName
{
border-color: #34018F;
}
.TagClassName
{
border-color: #34018F;
}
</style>