Shades of Han Purple #2A0CFC
Tints of Han Purple #2A0CFC
RGB
CMYK
RGB Variations
Color information
#2A0CFC (or 0x2A0CFC) is known color: Han Purple. HEX triplet: 2A, 0C and FC. RGB value is (42,12,252). Sum of RGB (Red+Green+Blue) = 42+12+252=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A0CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0CFC is #D5F303. Grayscale: #2F2F2F. Windows color (decimal): -14021380 or 16518186. OLE color: 16518186.
HSL color Cylindrical-coordinate representation of color #2A0CFC: hue angle of 247.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0CFC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 12 | 252 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.01 |
| HSL | 247.5º | 0.98% | 0.52% | - |
| HSV(B) | 247.5º | 0.95% | 0.99% | - |
| XYZ | 18.66 | 7.78 | 92.61 | - |
| YUV | 48.33 | 242.94 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 252 | 0.83 | 0.95 | 0 | 0.01 | 247.5 | 0.98 | 0.52 |
| Hex | 2A | C | FC | 53 | 5F | 0 | 1 | F8 | 62 | 34 |
| Octal | 52 | 14 | 374 | 123 | 137 | 0 | 1 | 370 | 142 | 64 |
| Binary | 101010 | 1100 | 11111100 | 1010011 | 1011111 | 0 | 1 | 11111000 | 1100010 | 110100 |
Color Harmonies of #2A0CFC
Complementary color
Monochromatic Colors of #2A0CFC
Black with #2A0CFC
Text Example
Text Example
White with #2A0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CFC; }
p { color: rgb(42,12,252); }
H1.HeaderClassName
{
color: #2A0CFC;
}
.AnyTagClassName
{
color: #2A0CFC;
}
</style>
background-color css
<style>
a { background-color: #2A0CFC; }
a { background-color: rgb(42,12,252); }
div.DivClassName
{
background-color: #2A0CFC;
}
.BgClassName
{
background-color: #2A0CFC;
}
</style>
border-color css
<style>
span { border-color: #2A0CFC; }
span { border-color: rgb(42,12,252); }
td.TdClassName
{
border-color: #2A0CFC;
}
.TagClassName
{
border-color: #2A0CFC;
}
</style>