Shades of Persian Indigo #34178A
Tints of Persian Indigo #34178A
RGB
CMYK
RGB Variations
Color information
#34178A (or 0x34178A) is known color: Persian Indigo. HEX triplet: 34, 17 and 8A. RGB value is (52,23,138). Sum of RGB (Red+Green+Blue) = 52+23+138=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #34178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34178A is #CBE875. Grayscale: #2C2C2C. Windows color (decimal): -13363318 or 9049908. OLE color: 9049908.
HSL color Cylindrical-coordinate representation of color #34178A: hue angle of 255.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34178A is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 23 | 138 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.46 |
| HSL | 255.13º | 0.71% | 0.32% | - |
| HSV(B) | 255.13º | 0.83% | 0.54% | - |
| XYZ | 6.31 | 3.18 | 24.33 | - |
| YUV | 44.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 138 | 0.62 | 0.83 | 0 | 0.46 | 255.13 | 0.71 | 0.32 |
| Hex | 34 | 17 | 8A | 3E | 53 | 0 | 2E | FF | 47 | 20 |
| Octal | 64 | 27 | 212 | 76 | 123 | 0 | 56 | 377 | 107 | 40 |
| Binary | 110100 | 10111 | 10001010 | 111110 | 1010011 | 0 | 101110 | 11111111 | 1000111 | 100000 |
Color Harmonies of #34178A
Complementary color
Monochromatic Colors of #34178A
Black with #34178A
Text Example
Text Example
White with #34178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34178A; }
p { color: rgb(52,23,138); }
H1.HeaderClassName
{
color: #34178A;
}
.AnyTagClassName
{
color: #34178A;
}
</style>
background-color css
<style>
a { background-color: #34178A; }
a { background-color: rgb(52,23,138); }
div.DivClassName
{
background-color: #34178A;
}
.BgClassName
{
background-color: #34178A;
}
</style>
border-color css
<style>
span { border-color: #34178A; }
span { border-color: rgb(52,23,138); }
td.TdClassName
{
border-color: #34178A;
}
.TagClassName
{
border-color: #34178A;
}
</style>