Shades of Persian Blue #3616C1
Tints of Persian Blue #3616C1
RGB
CMYK
RGB Variations
Color information
#3616C1 (or 0x3616C1) is known color: Persian Blue. HEX triplet: 36, 16 and C1. RGB value is (54,22,193). Sum of RGB (Red+Green+Blue) = 54+22+193=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #3616C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616C1 is #C9E93E. Grayscale: #323232. Windows color (decimal): -13232447 or 12654134. OLE color: 12654134.
HSL color Cylindrical-coordinate representation of color #3616C1: hue angle of 251.23º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3616C1 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 22 | 193 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.24 |
| HSL | 251.23º | 0.8% | 0.42% | - |
| HSV(B) | 251.23º | 0.89% | 0.76% | - |
| XYZ | 11.43 | 5.21 | 50.85 | - |
| YUV | 51.06 | 208.1 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 193 | 0.72 | 0.89 | 0 | 0.24 | 251.23 | 0.8 | 0.42 |
| Hex | 36 | 16 | C1 | 48 | 59 | 0 | 18 | FB | 50 | 2A |
| Octal | 66 | 26 | 301 | 110 | 131 | 0 | 30 | 373 | 120 | 52 |
| Binary | 110110 | 10110 | 11000001 | 1001000 | 1011001 | 0 | 11000 | 11111011 | 1010000 | 101010 |
Color Harmonies of #3616C1
Complementary color
Monochromatic Colors of #3616C1
Black with #3616C1
Text Example
Text Example
White with #3616C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3616C1; }
p { color: rgb(54,22,193); }
H1.HeaderClassName
{
color: #3616C1;
}
.AnyTagClassName
{
color: #3616C1;
}
</style>
background-color css
<style>
a { background-color: #3616C1; }
a { background-color: rgb(54,22,193); }
div.DivClassName
{
background-color: #3616C1;
}
.BgClassName
{
background-color: #3616C1;
}
</style>
border-color css
<style>
span { border-color: #3616C1; }
span { border-color: rgb(54,22,193); }
td.TdClassName
{
border-color: #3616C1;
}
.TagClassName
{
border-color: #3616C1;
}
</style>