Shades of Persian Indigo #35007B
Tints of Persian Indigo #35007B
RGB
CMYK
RGB Variations
Color information
#35007B (or 0x35007B) is known color: Persian Indigo. HEX triplet: 35, 00 and 7B. RGB value is (53,0,123). Sum of RGB (Red+Green+Blue) = 53+0+123=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #35007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35007B is #CAFF84. Grayscale: #1D1D1D. Windows color (decimal): -13303685 or 8060981. OLE color: 8060981.
HSL color Cylindrical-coordinate representation of color #35007B: hue angle of 265.85º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35007B is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 0 | 123 | - |
| CMYK | 0.57 | 1 | 0 | 0.52 |
| HSL | 265.85º | 1% | 0.24% | - |
| HSV(B) | 265.85º | 1% | 0.48% | - |
| XYZ | 5.04 | 2.19 | 18.9 | - |
| YUV | 29.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 123 | 0.57 | 1 | 0 | 0.52 | 265.85 | 1 | 0.24 |
| Hex | 35 | 0 | 7B | 39 | 64 | 0 | 34 | 10A | 64 | 18 |
| Octal | 65 | 0 | 173 | 71 | 144 | 0 | 64 | 412 | 144 | 30 |
| Binary | 110101 | 0 | 1111011 | 111001 | 1100100 | 0 | 110100 | 100001010 | 1100100 | 11000 |
Color Harmonies of #35007B
Complementary color
Monochromatic Colors of #35007B
Black with #35007B
Text Example
Text Example
White with #35007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35007B; }
p { color: rgb(53,0,123); }
H1.HeaderClassName
{
color: #35007B;
}
.AnyTagClassName
{
color: #35007B;
}
</style>
background-color css
<style>
a { background-color: #35007B; }
a { background-color: rgb(53,0,123); }
div.DivClassName
{
background-color: #35007B;
}
.BgClassName
{
background-color: #35007B;
}
</style>
border-color css
<style>
span { border-color: #35007B; }
span { border-color: rgb(53,0,123); }
td.TdClassName
{
border-color: #35007B;
}
.TagClassName
{
border-color: #35007B;
}
</style>