Shades of Persian Indigo #35078A
Tints of Persian Indigo #35078A
RGB
CMYK
RGB Variations
Color information
#35078A (or 0x35078A) is known color: Persian Indigo. HEX triplet: 35, 07 and 8A. RGB value is (53,7,138). Sum of RGB (Red+Green+Blue) = 53+7+138=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #35078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35078A is #CAF875. Grayscale: #232323. Windows color (decimal): -13301878 or 9045813. OLE color: 9045813.
HSL color Cylindrical-coordinate representation of color #35078A: hue angle of 261.07º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35078A is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 7 | 138 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.46 |
| HSL | 261.07º | 0.9% | 0.28% | - |
| HSV(B) | 261.07º | 0.95% | 0.54% | - |
| XYZ | 6.13 | 2.74 | 24.25 | - |
| YUV | 35.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 138 | 0.62 | 0.95 | 0 | 0.46 | 261.07 | 0.9 | 0.28 |
| Hex | 35 | 7 | 8A | 3E | 5F | 0 | 2E | 105 | 5A | 1C |
| Octal | 65 | 7 | 212 | 76 | 137 | 0 | 56 | 405 | 132 | 34 |
| Binary | 110101 | 111 | 10001010 | 111110 | 1011111 | 0 | 101110 | 100000101 | 1011010 | 11100 |
Color Harmonies of #35078A
Complementary color
Monochromatic Colors of #35078A
Black with #35078A
Text Example
Text Example
White with #35078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35078A; }
p { color: rgb(53,7,138); }
H1.HeaderClassName
{
color: #35078A;
}
.AnyTagClassName
{
color: #35078A;
}
</style>
background-color css
<style>
a { background-color: #35078A; }
a { background-color: rgb(53,7,138); }
div.DivClassName
{
background-color: #35078A;
}
.BgClassName
{
background-color: #35078A;
}
</style>
border-color css
<style>
span { border-color: #35078A; }
span { border-color: rgb(53,7,138); }
td.TdClassName
{
border-color: #35078A;
}
.TagClassName
{
border-color: #35078A;
}
</style>