Shades of Persian Blue #361EC1
Tints of Persian Blue #361EC1
RGB
CMYK
RGB Variations
Color information
#361EC1 (or 0x361EC1) is known color: Persian Blue. HEX triplet: 36, 1E and C1. RGB value is (54,30,193). Sum of RGB (Red+Green+Blue) = 54+30+193=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 193 (75.78% from 255 or 69.68% from 277); Max value from RGB is 193 - color contains mainly: blue. Hex color #361EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361EC1 is #C9E13E. Grayscale: #373737. Windows color (decimal): -13230399 or 12656182. OLE color: 12656182.
HSL color Cylindrical-coordinate representation of color #361EC1: hue angle of 248.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361EC1 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 30 | 193 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.24 |
| HSL | 248.83º | 0.73% | 0.44% | - |
| HSV(B) | 248.83º | 0.84% | 0.76% | - |
| XYZ | 11.61 | 5.56 | 50.91 | - |
| YUV | 55.76 | 205.45 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 193 | 0.72 | 0.84 | 0 | 0.24 | 248.83 | 0.73 | 0.44 |
| Hex | 36 | 1E | C1 | 48 | 54 | 0 | 18 | F9 | 49 | 2C |
| Octal | 66 | 36 | 301 | 110 | 124 | 0 | 30 | 371 | 111 | 54 |
| Binary | 110110 | 11110 | 11000001 | 1001000 | 1010100 | 0 | 11000 | 11111001 | 1001001 | 101100 |
Color Harmonies of #361EC1
Complementary color
Monochromatic Colors of #361EC1
Black with #361EC1
Text Example
Text Example
White with #361EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EC1; }
p { color: rgb(54,30,193); }
H1.HeaderClassName
{
color: #361EC1;
}
.AnyTagClassName
{
color: #361EC1;
}
</style>
background-color css
<style>
a { background-color: #361EC1; }
a { background-color: rgb(54,30,193); }
div.DivClassName
{
background-color: #361EC1;
}
.BgClassName
{
background-color: #361EC1;
}
</style>
border-color css
<style>
span { border-color: #361EC1; }
span { border-color: rgb(54,30,193); }
td.TdClassName
{
border-color: #361EC1;
}
.TagClassName
{
border-color: #361EC1;
}
</style>