Shades of Persian Indigo #351C82
Tints of Persian Indigo #351C82
RGB
CMYK
RGB Variations
Color information
#351C82 (or 0x351C82) is known color: Persian Indigo. HEX triplet: 35, 1C and 82. RGB value is (53,28,130). Sum of RGB (Red+Green+Blue) = 53+28+130=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #351C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C82 is #CAE37D. Grayscale: #2E2E2E. Windows color (decimal): -13296510 or 8526901. OLE color: 8526901.
HSL color Cylindrical-coordinate representation of color #351C82: hue angle of 254.71º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351C82 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 28 | 130 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.49 |
| HSL | 254.71º | 0.65% | 0.31% | - |
| HSV(B) | 254.71º | 0.78% | 0.51% | - |
| XYZ | 5.91 | 3.2 | 21.42 | - |
| YUV | 47.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 130 | 0.59 | 0.78 | 0 | 0.49 | 254.71 | 0.65 | 0.31 |
| Hex | 35 | 1C | 82 | 3B | 4E | 0 | 31 | FF | 41 | 1F |
| Octal | 65 | 34 | 202 | 73 | 116 | 0 | 61 | 377 | 101 | 37 |
| Binary | 110101 | 11100 | 10000010 | 111011 | 1001110 | 0 | 110001 | 11111111 | 1000001 | 11111 |
Color Harmonies of #351C82
Complementary color
Monochromatic Colors of #351C82
Black with #351C82
Text Example
Text Example
White with #351C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C82; }
p { color: rgb(53,28,130); }
H1.HeaderClassName
{
color: #351C82;
}
.AnyTagClassName
{
color: #351C82;
}
</style>
background-color css
<style>
a { background-color: #351C82; }
a { background-color: rgb(53,28,130); }
div.DivClassName
{
background-color: #351C82;
}
.BgClassName
{
background-color: #351C82;
}
</style>
border-color css
<style>
span { border-color: #351C82; }
span { border-color: rgb(53,28,130); }
td.TdClassName
{
border-color: #351C82;
}
.TagClassName
{
border-color: #351C82;
}
</style>