Shades of Han Purple #361FD2
Tints of Han Purple #361FD2
RGB
CMYK
RGB Variations
Color information
#361FD2 (or 0x361FD2) is known color: Han Purple. HEX triplet: 36, 1F and D2. RGB value is (54,31,210). Sum of RGB (Red+Green+Blue) = 54+31+210=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #361FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FD2 is #C9E02D. Grayscale: #393939. Windows color (decimal): -13230126 or 13770550. OLE color: 13770550.
HSL color Cylindrical-coordinate representation of color #361FD2: hue angle of 247.71º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361FD2 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 31 | 210 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.18 |
| HSL | 247.71º | 0.74% | 0.47% | - |
| HSV(B) | 247.71º | 0.85% | 0.82% | - |
| XYZ | 13.64 | 6.42 | 61.49 | - |
| YUV | 58.28 | 213.62 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 210 | 0.74 | 0.85 | 0 | 0.18 | 247.71 | 0.74 | 0.47 |
| Hex | 36 | 1F | D2 | 4A | 55 | 0 | 12 | F8 | 4A | 2F |
| Octal | 66 | 37 | 322 | 112 | 125 | 0 | 22 | 370 | 112 | 57 |
| Binary | 110110 | 11111 | 11010010 | 1001010 | 1010101 | 0 | 10010 | 11111000 | 1001010 | 101111 |
Color Harmonies of #361FD2
Complementary color
Monochromatic Colors of #361FD2
Black with #361FD2
Text Example
Text Example
White with #361FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FD2; }
p { color: rgb(54,31,210); }
H1.HeaderClassName
{
color: #361FD2;
}
.AnyTagClassName
{
color: #361FD2;
}
</style>
background-color css
<style>
a { background-color: #361FD2; }
a { background-color: rgb(54,31,210); }
div.DivClassName
{
background-color: #361FD2;
}
.BgClassName
{
background-color: #361FD2;
}
</style>
border-color css
<style>
span { border-color: #361FD2; }
span { border-color: rgb(54,31,210); }
td.TdClassName
{
border-color: #361FD2;
}
.TagClassName
{
border-color: #361FD2;
}
</style>