Shades of Han Purple #362FDF
Tints of Han Purple #362FDF
RGB
CMYK
RGB Variations
Color information
#362FDF (or 0x362FDF) is known color: Han Purple. HEX triplet: 36, 2F and DF. RGB value is (54,47,223). Sum of RGB (Red+Green+Blue) = 54+47+223=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #362FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FDF is #C9D020. Grayscale: #444444. Windows color (decimal): -13226017 or 14626614. OLE color: 14626614.
HSL color Cylindrical-coordinate representation of color #362FDF: hue angle of 242.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362FDF is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 47 | 223 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.13 |
| HSL | 242.39º | 0.73% | 0.53% | - |
| HSV(B) | 242.39º | 0.79% | 0.87% | - |
| XYZ | 15.86 | 8.15 | 70.55 | - |
| YUV | 69.16 | 214.82 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 223 | 0.76 | 0.79 | 0 | 0.13 | 242.39 | 0.73 | 0.53 |
| Hex | 36 | 2F | DF | 4C | 4F | 0 | D | F2 | 49 | 35 |
| Octal | 66 | 57 | 337 | 114 | 117 | 0 | 15 | 362 | 111 | 65 |
| Binary | 110110 | 101111 | 11011111 | 1001100 | 1001111 | 0 | 1101 | 11110010 | 1001001 | 110101 |
Color Harmonies of #362FDF
Complementary color
Monochromatic Colors of #362FDF
Black with #362FDF
Text Example
Text Example
White with #362FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362FDF; }
p { color: rgb(54,47,223); }
H1.HeaderClassName
{
color: #362FDF;
}
.AnyTagClassName
{
color: #362FDF;
}
</style>
background-color css
<style>
a { background-color: #362FDF; }
a { background-color: rgb(54,47,223); }
div.DivClassName
{
background-color: #362FDF;
}
.BgClassName
{
background-color: #362FDF;
}
</style>
border-color css
<style>
span { border-color: #362FDF; }
span { border-color: rgb(54,47,223); }
td.TdClassName
{
border-color: #362FDF;
}
.TagClassName
{
border-color: #362FDF;
}
</style>