Shades of Persian Blue #361BB5
Tints of Persian Blue #361BB5
RGB
CMYK
RGB Variations
Color information
#361BB5 (or 0x361BB5) is known color: Persian Blue. HEX triplet: 36, 1B and B5. RGB value is (54,27,181). Sum of RGB (Red+Green+Blue) = 54+27+181=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #361BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BB5 is #C9E44A. Grayscale: #343434. Windows color (decimal): -13231179 or 11868982. OLE color: 11868982.
HSL color Cylindrical-coordinate representation of color #361BB5: hue angle of 250.52º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361BB5 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 27 | 181 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.29 |
| HSL | 250.52º | 0.74% | 0.41% | - |
| HSV(B) | 250.52º | 0.85% | 0.71% | - |
| XYZ | 10.25 | 4.9 | 44.12 | - |
| YUV | 52.63 | 200.45 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 181 | 0.70 | 0.85 | 0 | 0.29 | 250.52 | 0.74 | 0.41 |
| Hex | 36 | 1B | B5 | 46 | 55 | 0 | 1D | FB | 4A | 29 |
| Octal | 66 | 33 | 265 | 106 | 125 | 0 | 35 | 373 | 112 | 51 |
| Binary | 110110 | 11011 | 10110101 | 1000110 | 1010101 | 0 | 11101 | 11111011 | 1001010 | 101001 |
Color Harmonies of #361BB5
Complementary color
Monochromatic Colors of #361BB5
Black with #361BB5
Text Example
Text Example
White with #361BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361BB5; }
p { color: rgb(54,27,181); }
H1.HeaderClassName
{
color: #361BB5;
}
.AnyTagClassName
{
color: #361BB5;
}
</style>
background-color css
<style>
a { background-color: #361BB5; }
a { background-color: rgb(54,27,181); }
div.DivClassName
{
background-color: #361BB5;
}
.BgClassName
{
background-color: #361BB5;
}
</style>
border-color css
<style>
span { border-color: #361BB5; }
span { border-color: rgb(54,27,181); }
td.TdClassName
{
border-color: #361BB5;
}
.TagClassName
{
border-color: #361BB5;
}
</style>