Shades of Persian Indigo #3501A7
Tints of Persian Indigo #3501A7
RGB
CMYK
RGB Variations
Color information
#3501A7 (or 0x3501A7) is known color: Persian Indigo. HEX triplet: 35, 01 and A7. RGB value is (53,1,167). Sum of RGB (Red+Green+Blue) = 53+1+167=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 167 (65.62% from 255 or 75.57% from 221); Max value from RGB is 167 - color contains mainly: blue. Hex color #3501A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3501A7 is #CAFE58. Grayscale: #222222. Windows color (decimal): -13303385 or 10944821. OLE color: 10944821.
HSL color Cylindrical-coordinate representation of color #3501A7: hue angle of 258.8º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3501A7 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 1 | 167 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.35 |
| HSL | 258.8º | 0.99% | 0.33% | - |
| HSV(B) | 258.8º | 0.99% | 0.65% | - |
| XYZ | 8.45 | 3.57 | 36.8 | - |
| YUV | 35.47 | 202.23 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 167 | 0.68 | 0.99 | 0 | 0.35 | 258.8 | 0.99 | 0.33 |
| Hex | 35 | 1 | A7 | 44 | 63 | 0 | 23 | 103 | 63 | 21 |
| Octal | 65 | 1 | 247 | 104 | 143 | 0 | 43 | 403 | 143 | 41 |
| Binary | 110101 | 1 | 10100111 | 1000100 | 1100011 | 0 | 100011 | 100000011 | 1100011 | 100001 |
Color Harmonies of #3501A7
Complementary color
Monochromatic Colors of #3501A7
Black with #3501A7
Text Example
Text Example
White with #3501A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3501A7; }
p { color: rgb(53,1,167); }
H1.HeaderClassName
{
color: #3501A7;
}
.AnyTagClassName
{
color: #3501A7;
}
</style>
background-color css
<style>
a { background-color: #3501A7; }
a { background-color: rgb(53,1,167); }
div.DivClassName
{
background-color: #3501A7;
}
.BgClassName
{
background-color: #3501A7;
}
</style>
border-color css
<style>
span { border-color: #3501A7; }
span { border-color: rgb(53,1,167); }
td.TdClassName
{
border-color: #3501A7;
}
.TagClassName
{
border-color: #3501A7;
}
</style>