Shades of Han Purple #3612CC
Tints of Han Purple #3612CC
RGB
CMYK
RGB Variations
Color information
#3612CC (or 0x3612CC) is known color: Han Purple. HEX triplet: 36, 12 and CC. RGB value is (54,18,204). Sum of RGB (Red+Green+Blue) = 54+18+204=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #3612CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3612CC is #C9ED33. Grayscale: #313131. Windows color (decimal): -13233460 or 13374006. OLE color: 13374006.
HSL color Cylindrical-coordinate representation of color #3612CC: hue angle of 251.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3612CC is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 18 | 204 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.2 |
| HSL | 251.61º | 0.84% | 0.44% | - |
| HSV(B) | 251.61º | 0.91% | 0.8% | - |
| XYZ | 12.64 | 5.58 | 57.54 | - |
| YUV | 49.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 204 | 0.74 | 0.91 | 0 | 0.2 | 251.61 | 0.84 | 0.44 |
| Hex | 36 | 12 | CC | 4A | 5B | 0 | 14 | FC | 54 | 2C |
| Octal | 66 | 22 | 314 | 112 | 133 | 0 | 24 | 374 | 124 | 54 |
| Binary | 110110 | 10010 | 11001100 | 1001010 | 1011011 | 0 | 10100 | 11111100 | 1010100 | 101100 |
Color Harmonies of #3612CC
Complementary color
Monochromatic Colors of #3612CC
Black with #3612CC
Text Example
Text Example
White with #3612CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3612CC; }
p { color: rgb(54,18,204); }
H1.HeaderClassName
{
color: #3612CC;
}
.AnyTagClassName
{
color: #3612CC;
}
</style>
background-color css
<style>
a { background-color: #3612CC; }
a { background-color: rgb(54,18,204); }
div.DivClassName
{
background-color: #3612CC;
}
.BgClassName
{
background-color: #3612CC;
}
</style>
border-color css
<style>
span { border-color: #3612CC; }
span { border-color: rgb(54,18,204); }
td.TdClassName
{
border-color: #3612CC;
}
.TagClassName
{
border-color: #3612CC;
}
</style>