Shades of Han Purple #362BDF
Tints of Han Purple #362BDF
RGB
CMYK
RGB Variations
Color information
#362BDF (or 0x362BDF) is known color: Han Purple. HEX triplet: 36, 2B and DF. RGB value is (54,43,223). Sum of RGB (Red+Green+Blue) = 54+43+223=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #362BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BDF is #C9D420. Grayscale: #424242. Windows color (decimal): -13227041 or 14625590. OLE color: 14625590.
HSL color Cylindrical-coordinate representation of color #362BDF: hue angle of 243.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362BDF is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 43 | 223 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.13 |
| HSL | 243.67º | 0.74% | 0.52% | - |
| HSV(B) | 243.67º | 0.81% | 0.87% | - |
| XYZ | 15.7 | 7.84 | 70.5 | - |
| YUV | 66.81 | 216.14 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 223 | 0.76 | 0.81 | 0 | 0.13 | 243.67 | 0.74 | 0.52 |
| Hex | 36 | 2B | DF | 4C | 51 | 0 | D | F4 | 4A | 34 |
| Octal | 66 | 53 | 337 | 114 | 121 | 0 | 15 | 364 | 112 | 64 |
| Binary | 110110 | 101011 | 11011111 | 1001100 | 1010001 | 0 | 1101 | 11110100 | 1001010 | 110100 |
Color Harmonies of #362BDF
Complementary color
Monochromatic Colors of #362BDF
Black with #362BDF
Text Example
Text Example
White with #362BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362BDF; }
p { color: rgb(54,43,223); }
H1.HeaderClassName
{
color: #362BDF;
}
.AnyTagClassName
{
color: #362BDF;
}
</style>
background-color css
<style>
a { background-color: #362BDF; }
a { background-color: rgb(54,43,223); }
div.DivClassName
{
background-color: #362BDF;
}
.BgClassName
{
background-color: #362BDF;
}
</style>
border-color css
<style>
span { border-color: #362BDF; }
span { border-color: rgb(54,43,223); }
td.TdClassName
{
border-color: #362BDF;
}
.TagClassName
{
border-color: #362BDF;
}
</style>