Shades of Persian Blue #361EC9
Tints of Persian Blue #361EC9
RGB
CMYK
RGB Variations
Color information
#361EC9 (or 0x361EC9) is known color: Persian Blue. HEX triplet: 36, 1E and C9. RGB value is (54,30,201). Sum of RGB (Red+Green+Blue) = 54+30+201=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #361EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361EC9 is #C9E136. Grayscale: #383838. Windows color (decimal): -13230391 or 13180470. OLE color: 13180470.
HSL color Cylindrical-coordinate representation of color #361EC9: hue angle of 248.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361EC9 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 30 | 201 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.21 |
| HSL | 248.42º | 0.74% | 0.45% | - |
| HSV(B) | 248.42º | 0.85% | 0.79% | - |
| XYZ | 12.53 | 5.93 | 55.74 | - |
| YUV | 56.67 | 209.45 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 201 | 0.73 | 0.85 | 0 | 0.21 | 248.42 | 0.74 | 0.45 |
| Hex | 36 | 1E | C9 | 49 | 55 | 0 | 15 | F8 | 4A | 2D |
| Octal | 66 | 36 | 311 | 111 | 125 | 0 | 25 | 370 | 112 | 55 |
| Binary | 110110 | 11110 | 11001001 | 1001001 | 1010101 | 0 | 10101 | 11111000 | 1001010 | 101101 |
Color Harmonies of #361EC9
Complementary color
Monochromatic Colors of #361EC9
Black with #361EC9
Text Example
Text Example
White with #361EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EC9; }
p { color: rgb(54,30,201); }
H1.HeaderClassName
{
color: #361EC9;
}
.AnyTagClassName
{
color: #361EC9;
}
</style>
background-color css
<style>
a { background-color: #361EC9; }
a { background-color: rgb(54,30,201); }
div.DivClassName
{
background-color: #361EC9;
}
.BgClassName
{
background-color: #361EC9;
}
</style>
border-color css
<style>
span { border-color: #361EC9; }
span { border-color: rgb(54,30,201); }
td.TdClassName
{
border-color: #361EC9;
}
.TagClassName
{
border-color: #361EC9;
}
</style>