Shades of Persian Indigo #351BA5
Tints of Persian Indigo #351BA5
RGB
CMYK
RGB Variations
Color information
#351BA5 (or 0x351BA5) is known color: Persian Indigo. HEX triplet: 35, 1B and A5. RGB value is (53,27,165). Sum of RGB (Red+Green+Blue) = 53+27+165=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #351BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351BA5 is #CAE45A. Grayscale: #313131. Windows color (decimal): -13296731 or 10820405. OLE color: 10820405.
HSL color Cylindrical-coordinate representation of color #351BA5: hue angle of 251.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351BA5 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 27 | 165 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.35 |
| HSL | 251.3º | 0.72% | 0.38% | - |
| HSV(B) | 251.3º | 0.84% | 0.65% | - |
| XYZ | 8.65 | 4.26 | 35.96 | - |
| YUV | 50.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 165 | 0.68 | 0.84 | 0 | 0.35 | 251.3 | 0.72 | 0.38 |
| Hex | 35 | 1B | A5 | 44 | 54 | 0 | 23 | FB | 48 | 26 |
| Octal | 65 | 33 | 245 | 104 | 124 | 0 | 43 | 373 | 110 | 46 |
| Binary | 110101 | 11011 | 10100101 | 1000100 | 1010100 | 0 | 100011 | 11111011 | 1001000 | 100110 |
Color Harmonies of #351BA5
Complementary color
Monochromatic Colors of #351BA5
Black with #351BA5
Text Example
Text Example
White with #351BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351BA5; }
p { color: rgb(53,27,165); }
H1.HeaderClassName
{
color: #351BA5;
}
.AnyTagClassName
{
color: #351BA5;
}
</style>
background-color css
<style>
a { background-color: #351BA5; }
a { background-color: rgb(53,27,165); }
div.DivClassName
{
background-color: #351BA5;
}
.BgClassName
{
background-color: #351BA5;
}
</style>
border-color css
<style>
span { border-color: #351BA5; }
span { border-color: rgb(53,27,165); }
td.TdClassName
{
border-color: #351BA5;
}
.TagClassName
{
border-color: #351BA5;
}
</style>