Shades of Persian Indigo #361A90
Tints of Persian Indigo #361A90
RGB
CMYK
RGB Variations
Color information
#361A90 (or 0x361A90) is known color: Persian Indigo. HEX triplet: 36, 1A and 90. RGB value is (54,26,144). Sum of RGB (Red+Green+Blue) = 54+26+144=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #361A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361A90 is #C9E56F. Grayscale: #2F2F2F. Windows color (decimal): -13231472 or 9443894. OLE color: 9443894.
HSL color Cylindrical-coordinate representation of color #361A90: hue angle of 254.24º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361A90 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 26 | 144 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.44 |
| HSL | 254.24º | 0.69% | 0.33% | - |
| HSV(B) | 254.24º | 0.82% | 0.56% | - |
| XYZ | 6.92 | 3.54 | 26.7 | - |
| YUV | 47.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 144 | 0.63 | 0.82 | 0 | 0.44 | 254.24 | 0.69 | 0.33 |
| Hex | 36 | 1A | 90 | 3F | 52 | 0 | 2C | FE | 45 | 21 |
| Octal | 66 | 32 | 220 | 77 | 122 | 0 | 54 | 376 | 105 | 41 |
| Binary | 110110 | 11010 | 10010000 | 111111 | 1010010 | 0 | 101100 | 11111110 | 1000101 | 100001 |
Color Harmonies of #361A90
Complementary color
Monochromatic Colors of #361A90
Black with #361A90
Text Example
Text Example
White with #361A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A90; }
p { color: rgb(54,26,144); }
H1.HeaderClassName
{
color: #361A90;
}
.AnyTagClassName
{
color: #361A90;
}
</style>
background-color css
<style>
a { background-color: #361A90; }
a { background-color: rgb(54,26,144); }
div.DivClassName
{
background-color: #361A90;
}
.BgClassName
{
background-color: #361A90;
}
</style>
border-color css
<style>
span { border-color: #361A90; }
span { border-color: rgb(54,26,144); }
td.TdClassName
{
border-color: #361A90;
}
.TagClassName
{
border-color: #361A90;
}
</style>