Shades of Han Purple #362BF3
Tints of Han Purple #362BF3
RGB
CMYK
RGB Variations
Color information
#362BF3 (or 0x362BF3) is known color: Han Purple. HEX triplet: 36, 2B and F3. RGB value is (54,43,243). Sum of RGB (Red+Green+Blue) = 54+43+243=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #362BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362BF3 is #C9D40C. Grayscale: #444444. Windows color (decimal): -13227021 or 15936310. OLE color: 15936310.
HSL color Cylindrical-coordinate representation of color #362BF3: hue angle of 243.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362BF3 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 43 | 243 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.05 |
| HSL | 243.3º | 0.89% | 0.56% | - |
| HSV(B) | 243.3º | 0.82% | 0.95% | - |
| XYZ | 18.56 | 8.98 | 85.55 | - |
| YUV | 69.09 | 226.14 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 243 | 0.78 | 0.82 | 0 | 0.05 | 243.3 | 0.89 | 0.56 |
| Hex | 36 | 2B | F3 | 4E | 52 | 0 | 5 | F3 | 59 | 38 |
| Octal | 66 | 53 | 363 | 116 | 122 | 0 | 5 | 363 | 131 | 70 |
| Binary | 110110 | 101011 | 11110011 | 1001110 | 1010010 | 0 | 101 | 11110011 | 1011001 | 111000 |
Color Harmonies of #362BF3
Complementary color
Monochromatic Colors of #362BF3
Black with #362BF3
Text Example
Text Example
White with #362BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362BF3; }
p { color: rgb(54,43,243); }
H1.HeaderClassName
{
color: #362BF3;
}
.AnyTagClassName
{
color: #362BF3;
}
</style>
background-color css
<style>
a { background-color: #362BF3; }
a { background-color: rgb(54,43,243); }
div.DivClassName
{
background-color: #362BF3;
}
.BgClassName
{
background-color: #362BF3;
}
</style>
border-color css
<style>
span { border-color: #362BF3; }
span { border-color: rgb(54,43,243); }
td.TdClassName
{
border-color: #362BF3;
}
.TagClassName
{
border-color: #362BF3;
}
</style>