Shades of Persian Indigo #350F6F
Tints of Persian Indigo #350F6F
RGB
CMYK
RGB Variations
Color information
#350F6F (or 0x350F6F) is known color: Persian Indigo. HEX triplet: 35, 0F and 6F. RGB value is (53,15,111). Sum of RGB (Red+Green+Blue) = 53+15+111=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 111 (43.75% from 255 or 62.01% from 179); Max value from RGB is 111 - color contains mainly: blue. Hex color #350F6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F6F is #CAF090. Grayscale: #242424. Windows color (decimal): -13299857 or 7278389. OLE color: 7278389.
HSL color Cylindrical-coordinate representation of color #350F6F: hue angle of 263.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #350F6F is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 15 | 111 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.56 |
| HSL | 263.75º | 0.76% | 0.25% | - |
| HSV(B) | 263.75º | 0.86% | 0.44% | - |
| XYZ | 4.51 | 2.25 | 15.23 | - |
| YUV | 37.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 111 | 0.52 | 0.86 | 0 | 0.56 | 263.75 | 0.76 | 0.25 |
| Hex | 35 | F | 6F | 34 | 56 | 0 | 38 | 108 | 4C | 19 |
| Octal | 65 | 17 | 157 | 64 | 126 | 0 | 70 | 410 | 114 | 31 |
| Binary | 110101 | 1111 | 1101111 | 110100 | 1010110 | 0 | 111000 | 100001000 | 1001100 | 11001 |
Color Harmonies of #350F6F
Complementary color
Monochromatic Colors of #350F6F
Black with #350F6F
Text Example
Text Example
White with #350F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F6F; }
p { color: rgb(53,15,111); }
H1.HeaderClassName
{
color: #350F6F;
}
.AnyTagClassName
{
color: #350F6F;
}
</style>
background-color css
<style>
a { background-color: #350F6F; }
a { background-color: rgb(53,15,111); }
div.DivClassName
{
background-color: #350F6F;
}
.BgClassName
{
background-color: #350F6F;
}
</style>
border-color css
<style>
span { border-color: #350F6F; }
span { border-color: rgb(53,15,111); }
td.TdClassName
{
border-color: #350F6F;
}
.TagClassName
{
border-color: #350F6F;
}
</style>