Shades of Persian Indigo #361AA3
Tints of Persian Indigo #361AA3
RGB
CMYK
RGB Variations
Color information
#361AA3 (or 0x361AA3) is known color: Persian Indigo. HEX triplet: 36, 1A and A3. RGB value is (54,26,163). Sum of RGB (Red+Green+Blue) = 54+26+163=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #361AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AA3 is #C9E55C. Grayscale: #313131. Windows color (decimal): -13231453 or 10689078. OLE color: 10689078.
HSL color Cylindrical-coordinate representation of color #361AA3: hue angle of 252.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361AA3 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 26 | 163 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.36 |
| HSL | 252.26º | 0.72% | 0.37% | - |
| HSV(B) | 252.26º | 0.84% | 0.64% | - |
| XYZ | 8.5 | 4.17 | 35.01 | - |
| YUV | 49.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 163 | 0.67 | 0.84 | 0 | 0.36 | 252.26 | 0.72 | 0.37 |
| Hex | 36 | 1A | A3 | 43 | 54 | 0 | 24 | FC | 48 | 25 |
| Octal | 66 | 32 | 243 | 103 | 124 | 0 | 44 | 374 | 110 | 45 |
| Binary | 110110 | 11010 | 10100011 | 1000011 | 1010100 | 0 | 100100 | 11111100 | 1001000 | 100101 |
Color Harmonies of #361AA3
Complementary color
Monochromatic Colors of #361AA3
Black with #361AA3
Text Example
Text Example
White with #361AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361AA3; }
p { color: rgb(54,26,163); }
H1.HeaderClassName
{
color: #361AA3;
}
.AnyTagClassName
{
color: #361AA3;
}
</style>
background-color css
<style>
a { background-color: #361AA3; }
a { background-color: rgb(54,26,163); }
div.DivClassName
{
background-color: #361AA3;
}
.BgClassName
{
background-color: #361AA3;
}
</style>
border-color css
<style>
span { border-color: #361AA3; }
span { border-color: rgb(54,26,163); }
td.TdClassName
{
border-color: #361AA3;
}
.TagClassName
{
border-color: #361AA3;
}
</style>