Shades of Persian Indigo #34267B
Tints of Persian Indigo #34267B
RGB
CMYK
RGB Variations
Color information
#34267B (or 0x34267B) is known color: Persian Indigo. HEX triplet: 34, 26 and 7B. RGB value is (52,38,123). Sum of RGB (Red+Green+Blue) = 52+38+123=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #34267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34267B is #CBD984. Grayscale: #333333. Windows color (decimal): -13359493 or 8070708. OLE color: 8070708.
HSL color Cylindrical-coordinate representation of color #34267B: hue angle of 249.88º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34267B is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 38 | 123 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.52 |
| HSL | 249.88º | 0.53% | 0.32% | - |
| HSV(B) | 249.88º | 0.69% | 0.48% | - |
| XYZ | 5.68 | 3.55 | 19.12 | - |
| YUV | 51.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 123 | 0.58 | 0.69 | 0 | 0.52 | 249.88 | 0.53 | 0.32 |
| Hex | 34 | 26 | 7B | 3A | 45 | 0 | 34 | FA | 35 | 20 |
| Octal | 64 | 46 | 173 | 72 | 105 | 0 | 64 | 372 | 65 | 40 |
| Binary | 110100 | 100110 | 1111011 | 111010 | 1000101 | 0 | 110100 | 11111010 | 110101 | 100000 |
Color Harmonies of #34267B
Complementary color
Monochromatic Colors of #34267B
Black with #34267B
Text Example
Text Example
White with #34267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34267B; }
p { color: rgb(52,38,123); }
H1.HeaderClassName
{
color: #34267B;
}
.AnyTagClassName
{
color: #34267B;
}
</style>
background-color css
<style>
a { background-color: #34267B; }
a { background-color: rgb(52,38,123); }
div.DivClassName
{
background-color: #34267B;
}
.BgClassName
{
background-color: #34267B;
}
</style>
border-color css
<style>
span { border-color: #34267B; }
span { border-color: rgb(52,38,123); }
td.TdClassName
{
border-color: #34267B;
}
.TagClassName
{
border-color: #34267B;
}
</style>