Shades of Persian Indigo #350A8A
Tints of Persian Indigo #350A8A
RGB
CMYK
RGB Variations
Color information
#350A8A (or 0x350A8A) is known color: Persian Indigo. HEX triplet: 35, 0A and 8A. RGB value is (53,10,138). Sum of RGB (Red+Green+Blue) = 53+10+138=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #350A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350A8A is #CAF575. Grayscale: #242424. Windows color (decimal): -13301110 or 9046581. OLE color: 9046581.
HSL color Cylindrical-coordinate representation of color #350A8A: hue angle of 260.16º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350A8A is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 10 | 138 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.46 |
| HSL | 260.16º | 0.86% | 0.29% | - |
| HSV(B) | 260.16º | 0.93% | 0.54% | - |
| XYZ | 6.16 | 2.81 | 24.26 | - |
| YUV | 37.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 138 | 0.62 | 0.93 | 0 | 0.46 | 260.16 | 0.86 | 0.29 |
| Hex | 35 | A | 8A | 3E | 5D | 0 | 2E | 104 | 56 | 1D |
| Octal | 65 | 12 | 212 | 76 | 135 | 0 | 56 | 404 | 126 | 35 |
| Binary | 110101 | 1010 | 10001010 | 111110 | 1011101 | 0 | 101110 | 100000100 | 1010110 | 11101 |
Color Harmonies of #350A8A
Complementary color
Monochromatic Colors of #350A8A
Black with #350A8A
Text Example
Text Example
White with #350A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A8A; }
p { color: rgb(53,10,138); }
H1.HeaderClassName
{
color: #350A8A;
}
.AnyTagClassName
{
color: #350A8A;
}
</style>
background-color css
<style>
a { background-color: #350A8A; }
a { background-color: rgb(53,10,138); }
div.DivClassName
{
background-color: #350A8A;
}
.BgClassName
{
background-color: #350A8A;
}
</style>
border-color css
<style>
span { border-color: #350A8A; }
span { border-color: rgb(53,10,138); }
td.TdClassName
{
border-color: #350A8A;
}
.TagClassName
{
border-color: #350A8A;
}
</style>