Shades of Persian Indigo #351B74
Tints of Persian Indigo #351B74
RGB
CMYK
RGB Variations
Color information
#351B74 (or 0x351B74) is known color: Persian Indigo. HEX triplet: 35, 1B and 74. RGB value is (53,27,116). Sum of RGB (Red+Green+Blue) = 53+27+116=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #351B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B74 is #CAE48B. Grayscale: #2C2C2C. Windows color (decimal): -13296780 or 7609141. OLE color: 7609141.
HSL color Cylindrical-coordinate representation of color #351B74: hue angle of 257.53º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351B74 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 27 | 116 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.55 |
| HSL | 257.53º | 0.62% | 0.28% | - |
| HSV(B) | 257.53º | 0.77% | 0.45% | - |
| XYZ | 5.01 | 2.8 | 16.8 | - |
| YUV | 44.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 116 | 0.54 | 0.77 | 0 | 0.55 | 257.53 | 0.62 | 0.28 |
| Hex | 35 | 1B | 74 | 36 | 4D | 0 | 37 | 102 | 3E | 1C |
| Octal | 65 | 33 | 164 | 66 | 115 | 0 | 67 | 402 | 76 | 34 |
| Binary | 110101 | 11011 | 1110100 | 110110 | 1001101 | 0 | 110111 | 100000010 | 111110 | 11100 |
Color Harmonies of #351B74
Complementary color
Monochromatic Colors of #351B74
Black with #351B74
Text Example
Text Example
White with #351B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B74; }
p { color: rgb(53,27,116); }
H1.HeaderClassName
{
color: #351B74;
}
.AnyTagClassName
{
color: #351B74;
}
</style>
background-color css
<style>
a { background-color: #351B74; }
a { background-color: rgb(53,27,116); }
div.DivClassName
{
background-color: #351B74;
}
.BgClassName
{
background-color: #351B74;
}
</style>
border-color css
<style>
span { border-color: #351B74; }
span { border-color: rgb(53,27,116); }
td.TdClassName
{
border-color: #351B74;
}
.TagClassName
{
border-color: #351B74;
}
</style>