Shades of Persian Indigo #34238F
Tints of Persian Indigo #34238F
RGB
CMYK
RGB Variations
Color information
#34238F (or 0x34238F) is known color: Persian Indigo. HEX triplet: 34, 23 and 8F. RGB value is (52,35,143). Sum of RGB (Red+Green+Blue) = 52+35+143=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #34238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34238F is #CBDC70. Grayscale: #333333. Windows color (decimal): -13360241 or 9380660. OLE color: 9380660.
HSL color Cylindrical-coordinate representation of color #34238F: hue angle of 249.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34238F is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 35 | 143 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.44 |
| HSL | 249.44º | 0.61% | 0.35% | - |
| HSV(B) | 249.44º | 0.76% | 0.56% | - |
| XYZ | 6.98 | 3.92 | 26.37 | - |
| YUV | 52.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 143 | 0.64 | 0.76 | 0 | 0.44 | 249.44 | 0.61 | 0.35 |
| Hex | 34 | 23 | 8F | 40 | 4C | 0 | 2C | F9 | 3D | 23 |
| Octal | 64 | 43 | 217 | 100 | 114 | 0 | 54 | 371 | 75 | 43 |
| Binary | 110100 | 100011 | 10001111 | 1000000 | 1001100 | 0 | 101100 | 11111001 | 111101 | 100011 |
Color Harmonies of #34238F
Complementary color
Monochromatic Colors of #34238F
Black with #34238F
Text Example
Text Example
White with #34238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34238F; }
p { color: rgb(52,35,143); }
H1.HeaderClassName
{
color: #34238F;
}
.AnyTagClassName
{
color: #34238F;
}
</style>
background-color css
<style>
a { background-color: #34238F; }
a { background-color: rgb(52,35,143); }
div.DivClassName
{
background-color: #34238F;
}
.BgClassName
{
background-color: #34238F;
}
</style>
border-color css
<style>
span { border-color: #34238F; }
span { border-color: rgb(52,35,143); }
td.TdClassName
{
border-color: #34238F;
}
.TagClassName
{
border-color: #34238F;
}
</style>