Shades of Han Purple #2C0AFE
Tints of Han Purple #2C0AFE
RGB
CMYK
RGB Variations
Color information
#2C0AFE (or 0x2C0AFE) is known color: Han Purple. HEX triplet: 2C, 0A and FE. RGB value is (44,10,254). Sum of RGB (Red+Green+Blue) = 44+10+254=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 254 (99.61% from 255 or 82.47% from 308); Max value from RGB is 254 - color contains mainly: blue. Hex color #2C0AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0AFE is #D3F501. Grayscale: #2F2F2F. Windows color (decimal): -13890818 or 16648748. OLE color: 16648748.
HSL color Cylindrical-coordinate representation of color #2C0AFE: hue angle of 248.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0AFE is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 10 | 254 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.00 |
| HSL | 248.36º | 0.99% | 0.52% | - |
| HSV(B) | 248.36º | 0.96% | 1% | - |
| XYZ | 19.04 | 7.91 | 94.29 | - |
| YUV | 47.98 | 244.26 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 254 | 0.83 | 0.96 | 0 | 0.00 | 248.36 | 0.99 | 0.52 |
| Hex | 2C | A | FE | 53 | 60 | 0 | 0 | F8 | 63 | 34 |
| Octal | 54 | 12 | 376 | 123 | 140 | 0 | 0 | 370 | 143 | 64 |
| Binary | 101100 | 1010 | 11111110 | 1010011 | 1100000 | 0 | 0 | 11111000 | 1100011 | 110100 |
Color Harmonies of #2C0AFE
Complementary color
Monochromatic Colors of #2C0AFE
Black with #2C0AFE
Text Example
Text Example
White with #2C0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AFE; }
p { color: rgb(44,10,254); }
H1.HeaderClassName
{
color: #2C0AFE;
}
.AnyTagClassName
{
color: #2C0AFE;
}
</style>
background-color css
<style>
a { background-color: #2C0AFE; }
a { background-color: rgb(44,10,254); }
div.DivClassName
{
background-color: #2C0AFE;
}
.BgClassName
{
background-color: #2C0AFE;
}
</style>
border-color css
<style>
span { border-color: #2C0AFE; }
span { border-color: rgb(44,10,254); }
td.TdClassName
{
border-color: #2C0AFE;
}
.TagClassName
{
border-color: #2C0AFE;
}
</style>