Shades of Persian Blue #361ECD
Tints of Persian Blue #361ECD
RGB
CMYK
RGB Variations
Color information
#361ECD (or 0x361ECD) is known color: Persian Blue. HEX triplet: 36, 1E and CD. RGB value is (54,30,205). Sum of RGB (Red+Green+Blue) = 54+30+205=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #361ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ECD is #C9E132. Grayscale: #383838. Windows color (decimal): -13230387 or 13442614. OLE color: 13442614.
HSL color Cylindrical-coordinate representation of color #361ECD: hue angle of 248.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361ECD is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 30 | 205 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.20 |
| HSL | 248.23º | 0.74% | 0.46% | - |
| HSV(B) | 248.23º | 0.85% | 0.8% | - |
| XYZ | 13.01 | 6.12 | 58.25 | - |
| YUV | 57.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 205 | 0.74 | 0.85 | 0 | 0.20 | 248.23 | 0.74 | 0.46 |
| Hex | 36 | 1E | CD | 4A | 55 | 0 | 14 | F8 | 4A | 2E |
| Octal | 66 | 36 | 315 | 112 | 125 | 0 | 24 | 370 | 112 | 56 |
| Binary | 110110 | 11110 | 11001101 | 1001010 | 1010101 | 0 | 10100 | 11111000 | 1001010 | 101110 |
Color Harmonies of #361ECD
Complementary color
Monochromatic Colors of #361ECD
Black with #361ECD
Text Example
Text Example
White with #361ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361ECD; }
p { color: rgb(54,30,205); }
H1.HeaderClassName
{
color: #361ECD;
}
.AnyTagClassName
{
color: #361ECD;
}
</style>
background-color css
<style>
a { background-color: #361ECD; }
a { background-color: rgb(54,30,205); }
div.DivClassName
{
background-color: #361ECD;
}
.BgClassName
{
background-color: #361ECD;
}
</style>
border-color css
<style>
span { border-color: #361ECD; }
span { border-color: rgb(54,30,205); }
td.TdClassName
{
border-color: #361ECD;
}
.TagClassName
{
border-color: #361ECD;
}
</style>