Shades of Persian Indigo #34238A
Tints of Persian Indigo #34238A
RGB
CMYK
RGB Variations
Color information
#34238A (or 0x34238A) is known color: Persian Indigo. HEX triplet: 34, 23 and 8A. RGB value is (52,35,138). Sum of RGB (Red+Green+Blue) = 52+35+138=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #34238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34238A is #CBDC75. Grayscale: #333333. Windows color (decimal): -13360246 or 9052980. OLE color: 9052980.
HSL color Cylindrical-coordinate representation of color #34238A: hue angle of 249.9º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34238A is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 35 | 138 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.46 |
| HSL | 249.9º | 0.6% | 0.34% | - |
| HSV(B) | 249.9º | 0.75% | 0.54% | - |
| XYZ | 6.6 | 3.77 | 24.42 | - |
| YUV | 51.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 138 | 0.62 | 0.75 | 0 | 0.46 | 249.9 | 0.6 | 0.34 |
| Hex | 34 | 23 | 8A | 3E | 4B | 0 | 2E | FA | 3C | 22 |
| Octal | 64 | 43 | 212 | 76 | 113 | 0 | 56 | 372 | 74 | 42 |
| Binary | 110100 | 100011 | 10001010 | 111110 | 1001011 | 0 | 101110 | 11111010 | 111100 | 100010 |
Color Harmonies of #34238A
Complementary color
Monochromatic Colors of #34238A
Black with #34238A
Text Example
Text Example
White with #34238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34238A; }
p { color: rgb(52,35,138); }
H1.HeaderClassName
{
color: #34238A;
}
.AnyTagClassName
{
color: #34238A;
}
</style>
background-color css
<style>
a { background-color: #34238A; }
a { background-color: rgb(52,35,138); }
div.DivClassName
{
background-color: #34238A;
}
.BgClassName
{
background-color: #34238A;
}
</style>
border-color css
<style>
span { border-color: #34238A; }
span { border-color: rgb(52,35,138); }
td.TdClassName
{
border-color: #34238A;
}
.TagClassName
{
border-color: #34238A;
}
</style>