Shades of Han Purple #3623FC
Tints of Han Purple #3623FC
RGB
CMYK
RGB Variations
Color information
#3623FC (or 0x3623FC) is known color: Han Purple. HEX triplet: 36, 23 and FC. RGB value is (54,35,252). Sum of RGB (Red+Green+Blue) = 54+35+252=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #3623FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3623FC is #C9DC03. Grayscale: #404040. Windows color (decimal): -13229060 or 16524086. OLE color: 16524086.
HSL color Cylindrical-coordinate representation of color #3623FC: hue angle of 245.25º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3623FC is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 35 | 252 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.01 |
| HSL | 245.25º | 0.97% | 0.56% | - |
| HSV(B) | 245.25º | 0.86% | 0.99% | - |
| XYZ | 19.69 | 9.01 | 92.8 | - |
| YUV | 65.42 | 233.29 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 252 | 0.79 | 0.86 | 0 | 0.01 | 245.25 | 0.97 | 0.56 |
| Hex | 36 | 23 | FC | 4F | 56 | 0 | 1 | F5 | 61 | 38 |
| Octal | 66 | 43 | 374 | 117 | 126 | 0 | 1 | 365 | 141 | 70 |
| Binary | 110110 | 100011 | 11111100 | 1001111 | 1010110 | 0 | 1 | 11110101 | 1100001 | 111000 |
Color Harmonies of #3623FC
Complementary color
Monochromatic Colors of #3623FC
Black with #3623FC
Text Example
Text Example
White with #3623FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3623FC; }
p { color: rgb(54,35,252); }
H1.HeaderClassName
{
color: #3623FC;
}
.AnyTagClassName
{
color: #3623FC;
}
</style>
background-color css
<style>
a { background-color: #3623FC; }
a { background-color: rgb(54,35,252); }
div.DivClassName
{
background-color: #3623FC;
}
.BgClassName
{
background-color: #3623FC;
}
</style>
border-color css
<style>
span { border-color: #3623FC; }
span { border-color: rgb(54,35,252); }
td.TdClassName
{
border-color: #3623FC;
}
.TagClassName
{
border-color: #3623FC;
}
</style>