Shades of Persian Indigo #3615A2
Tints of Persian Indigo #3615A2
RGB
CMYK
RGB Variations
Color information
#3615A2 (or 0x3615A2) is known color: Persian Indigo. HEX triplet: 36, 15 and A2. RGB value is (54,21,162). Sum of RGB (Red+Green+Blue) = 54+21+162=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #3615A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3615A2 is #C9EA5D. Grayscale: #2E2E2E. Windows color (decimal): -13232734 or 10622262. OLE color: 10622262.
HSL color Cylindrical-coordinate representation of color #3615A2: hue angle of 254.04º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3615A2 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 21 | 162 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.36 |
| HSL | 254.04º | 0.77% | 0.36% | - |
| HSV(B) | 254.04º | 0.87% | 0.64% | - |
| XYZ | 8.31 | 3.93 | 34.5 | - |
| YUV | 46.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 162 | 0.67 | 0.87 | 0 | 0.36 | 254.04 | 0.77 | 0.36 |
| Hex | 36 | 15 | A2 | 43 | 57 | 0 | 24 | FE | 4D | 24 |
| Octal | 66 | 25 | 242 | 103 | 127 | 0 | 44 | 376 | 115 | 44 |
| Binary | 110110 | 10101 | 10100010 | 1000011 | 1010111 | 0 | 100100 | 11111110 | 1001101 | 100100 |
Color Harmonies of #3615A2
Complementary color
Monochromatic Colors of #3615A2
Black with #3615A2
Text Example
Text Example
White with #3615A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3615A2; }
p { color: rgb(54,21,162); }
H1.HeaderClassName
{
color: #3615A2;
}
.AnyTagClassName
{
color: #3615A2;
}
</style>
background-color css
<style>
a { background-color: #3615A2; }
a { background-color: rgb(54,21,162); }
div.DivClassName
{
background-color: #3615A2;
}
.BgClassName
{
background-color: #3615A2;
}
</style>
border-color css
<style>
span { border-color: #3615A2; }
span { border-color: rgb(54,21,162); }
td.TdClassName
{
border-color: #3615A2;
}
.TagClassName
{
border-color: #3615A2;
}
</style>