Shades of Persian Indigo #35027A
Tints of Persian Indigo #35027A
RGB
CMYK
RGB Variations
Color information
#35027A (or 0x35027A) is known color: Persian Indigo. HEX triplet: 35, 02 and 7A. RGB value is (53,2,122). Sum of RGB (Red+Green+Blue) = 53+2+122=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #35027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35027A is #CAFD85. Grayscale: #1E1E1E. Windows color (decimal): -13303174 or 7995957. OLE color: 7995957.
HSL color Cylindrical-coordinate representation of color #35027A: hue angle of 265.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35027A is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 2 | 122 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.52 |
| HSL | 265.5º | 0.97% | 0.24% | - |
| HSV(B) | 265.5º | 0.98% | 0.48% | - |
| XYZ | 5 | 2.21 | 18.57 | - |
| YUV | 30.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 122 | 0.57 | 0.98 | 0 | 0.52 | 265.5 | 0.97 | 0.24 |
| Hex | 35 | 2 | 7A | 39 | 62 | 0 | 34 | 10A | 61 | 18 |
| Octal | 65 | 2 | 172 | 71 | 142 | 0 | 64 | 412 | 141 | 30 |
| Binary | 110101 | 10 | 1111010 | 111001 | 1100010 | 0 | 110100 | 100001010 | 1100001 | 11000 |
Color Harmonies of #35027A
Complementary color
Monochromatic Colors of #35027A
Black with #35027A
Text Example
Text Example
White with #35027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35027A; }
p { color: rgb(53,2,122); }
H1.HeaderClassName
{
color: #35027A;
}
.AnyTagClassName
{
color: #35027A;
}
</style>
background-color css
<style>
a { background-color: #35027A; }
a { background-color: rgb(53,2,122); }
div.DivClassName
{
background-color: #35027A;
}
.BgClassName
{
background-color: #35027A;
}
</style>
border-color css
<style>
span { border-color: #35027A; }
span { border-color: rgb(53,2,122); }
td.TdClassName
{
border-color: #35027A;
}
.TagClassName
{
border-color: #35027A;
}
</style>