Shades of Persian Indigo #35008A
Tints of Persian Indigo #35008A
RGB
CMYK
RGB Variations
Color information
#35008A (or 0x35008A) is known color: Persian Indigo. HEX triplet: 35, 00 and 8A. RGB value is (53,0,138). Sum of RGB (Red+Green+Blue) = 53+0+138=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #35008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35008A is #CAFF75. Grayscale: #1F1F1F. Windows color (decimal): -13303670 or 9044021. OLE color: 9044021.
HSL color Cylindrical-coordinate representation of color #35008A: hue angle of 263.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35008A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 0 | 138 | - |
| CMYK | 0.62 | 1 | 0 | 0.46 |
| HSL | 263.04º | 1% | 0.27% | - |
| HSV(B) | 263.04º | 1% | 0.54% | - |
| XYZ | 6.06 | 2.59 | 24.23 | - |
| YUV | 31.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 138 | 0.62 | 1 | 0 | 0.46 | 263.04 | 1 | 0.27 |
| Hex | 35 | 0 | 8A | 3E | 64 | 0 | 2E | 107 | 64 | 1B |
| Octal | 65 | 0 | 212 | 76 | 144 | 0 | 56 | 407 | 144 | 33 |
| Binary | 110101 | 0 | 10001010 | 111110 | 1100100 | 0 | 101110 | 100000111 | 1100100 | 11011 |
Color Harmonies of #35008A
Complementary color
Monochromatic Colors of #35008A
Black with #35008A
Text Example
Text Example
White with #35008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35008A; }
p { color: rgb(53,0,138); }
H1.HeaderClassName
{
color: #35008A;
}
.AnyTagClassName
{
color: #35008A;
}
</style>
background-color css
<style>
a { background-color: #35008A; }
a { background-color: rgb(53,0,138); }
div.DivClassName
{
background-color: #35008A;
}
.BgClassName
{
background-color: #35008A;
}
</style>
border-color css
<style>
span { border-color: #35008A; }
span { border-color: rgb(53,0,138); }
td.TdClassName
{
border-color: #35008A;
}
.TagClassName
{
border-color: #35008A;
}
</style>