Shades of Persian Indigo #3606A3
Tints of Persian Indigo #3606A3
RGB
CMYK
RGB Variations
Color information
#3606A3 (or 0x3606A3) is known color: Persian Indigo. HEX triplet: 36, 06 and A3. RGB value is (54,6,163). Sum of RGB (Red+Green+Blue) = 54+6+163=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 163 (64.06% from 255 or 73.09% from 223); Max value from RGB is 163 - color contains mainly: blue. Hex color #3606A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3606A3 is #C9F95C. Grayscale: #252525. Windows color (decimal): -13236573 or 10683958. OLE color: 10683958.
HSL color Cylindrical-coordinate representation of color #3606A3: hue angle of 258.34º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3606A3 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 6 | 163 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.36 |
| HSL | 258.34º | 0.93% | 0.33% | - |
| HSV(B) | 258.34º | 0.96% | 0.64% | - |
| XYZ | 8.2 | 3.56 | 34.91 | - |
| YUV | 38.25 | 198.4 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 163 | 0.67 | 0.96 | 0 | 0.36 | 258.34 | 0.93 | 0.33 |
| Hex | 36 | 6 | A3 | 43 | 60 | 0 | 24 | 102 | 5D | 21 |
| Octal | 66 | 6 | 243 | 103 | 140 | 0 | 44 | 402 | 135 | 41 |
| Binary | 110110 | 110 | 10100011 | 1000011 | 1100000 | 0 | 100100 | 100000010 | 1011101 | 100001 |
Color Harmonies of #3606A3
Complementary color
Monochromatic Colors of #3606A3
Black with #3606A3
Text Example
Text Example
White with #3606A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3606A3; }
p { color: rgb(54,6,163); }
H1.HeaderClassName
{
color: #3606A3;
}
.AnyTagClassName
{
color: #3606A3;
}
</style>
background-color css
<style>
a { background-color: #3606A3; }
a { background-color: rgb(54,6,163); }
div.DivClassName
{
background-color: #3606A3;
}
.BgClassName
{
background-color: #3606A3;
}
</style>
border-color css
<style>
span { border-color: #3606A3; }
span { border-color: rgb(54,6,163); }
td.TdClassName
{
border-color: #3606A3;
}
.TagClassName
{
border-color: #3606A3;
}
</style>