Shades of Han Purple #2C0CFF
Tints of Han Purple #2C0CFF
RGB
CMYK
RGB Variations
Color information
#2C0CFF (or 0x2C0CFF) is known color: Han Purple. HEX triplet: 2C, 0C and FF. RGB value is (44,12,255). Sum of RGB (Red+Green+Blue) = 44+12+255=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C0CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0CFF is #D3F300. Grayscale: #303030. Windows color (decimal): -13890305 or 16714796. OLE color: 16714796.
HSL color Cylindrical-coordinate representation of color #2C0CFF: hue angle of 247.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0CFF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 12 | 255 | - |
| CMYK | 0.83 | 0.95 | 0 | 0 |
| HSL | 247.9º | 1% | 0.52% | - |
| HSV(B) | 247.9º | 0.95% | 1% | - |
| XYZ | 19.22 | 8.02 | 95.14 | - |
| YUV | 49.27 | 244.1 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 255 | 0.83 | 0.95 | 0 | 0 | 247.9 | 1 | 0.52 |
| Hex | 2C | C | FF | 53 | 5F | 0 | 0 | F8 | 64 | 34 |
| Octal | 54 | 14 | 377 | 123 | 137 | 0 | 0 | 370 | 144 | 64 |
| Binary | 101100 | 1100 | 11111111 | 1010011 | 1011111 | 0 | 0 | 11111000 | 1100100 | 110100 |
Color Harmonies of #2C0CFF
Complementary color
Monochromatic Colors of #2C0CFF
Black with #2C0CFF
Text Example
Text Example
White with #2C0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0CFF; }
p { color: rgb(44,12,255); }
H1.HeaderClassName
{
color: #2C0CFF;
}
.AnyTagClassName
{
color: #2C0CFF;
}
</style>
background-color css
<style>
a { background-color: #2C0CFF; }
a { background-color: rgb(44,12,255); }
div.DivClassName
{
background-color: #2C0CFF;
}
.BgClassName
{
background-color: #2C0CFF;
}
</style>
border-color css
<style>
span { border-color: #2C0CFF; }
span { border-color: rgb(44,12,255); }
td.TdClassName
{
border-color: #2C0CFF;
}
.TagClassName
{
border-color: #2C0CFF;
}
</style>