Shades of Persian Indigo #3609A0
Tints of Persian Indigo #3609A0
RGB
CMYK
RGB Variations
Color information
#3609A0 (or 0x3609A0) is known color: Persian Indigo. HEX triplet: 36, 09 and A0. RGB value is (54,9,160). Sum of RGB (Red+Green+Blue) = 54+9+160=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 160 (62.89% from 255 or 71.75% from 223); Max value from RGB is 160 - color contains mainly: blue. Hex color #3609A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3609A0 is #C9F65F. Grayscale: #272727. Windows color (decimal): -13235808 or 10488118. OLE color: 10488118.
HSL color Cylindrical-coordinate representation of color #3609A0: hue angle of 257.88º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3609A0 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 9 | 160 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.37 |
| HSL | 257.88º | 0.89% | 0.33% | - |
| HSV(B) | 257.88º | 0.94% | 0.63% | - |
| XYZ | 7.96 | 3.52 | 33.52 | - |
| YUV | 39.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 160 | 0.66 | 0.94 | 0 | 0.37 | 257.88 | 0.89 | 0.33 |
| Hex | 36 | 9 | A0 | 42 | 5E | 0 | 25 | 102 | 59 | 21 |
| Octal | 66 | 11 | 240 | 102 | 136 | 0 | 45 | 402 | 131 | 41 |
| Binary | 110110 | 1001 | 10100000 | 1000010 | 1011110 | 0 | 100101 | 100000010 | 1011001 | 100001 |
Color Harmonies of #3609A0
Complementary color
Monochromatic Colors of #3609A0
Black with #3609A0
Text Example
Text Example
White with #3609A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3609A0; }
p { color: rgb(54,9,160); }
H1.HeaderClassName
{
color: #3609A0;
}
.AnyTagClassName
{
color: #3609A0;
}
</style>
background-color css
<style>
a { background-color: #3609A0; }
a { background-color: rgb(54,9,160); }
div.DivClassName
{
background-color: #3609A0;
}
.BgClassName
{
background-color: #3609A0;
}
</style>
border-color css
<style>
span { border-color: #3609A0; }
span { border-color: rgb(54,9,160); }
td.TdClassName
{
border-color: #3609A0;
}
.TagClassName
{
border-color: #3609A0;
}
</style>