Shades of Han Purple #3C15EA
Tints of Han Purple #3C15EA
RGB
CMYK
RGB Variations
Color information
#3C15EA (or 0x3C15EA) is known color: Han Purple. HEX triplet: 3C, 15 and EA. RGB value is (60,21,234). Sum of RGB (Red+Green+Blue) = 60+21+234=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C15EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C15EA is #C3EA15. Grayscale: #383838. Windows color (decimal): -12839446 or 15340860. OLE color: 15340860.
HSL color Cylindrical-coordinate representation of color #3C15EA: hue angle of 250.99º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C15EA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 21 | 234 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.08 |
| HSL | 250.99º | 0.84% | 0.5% | - |
| HSV(B) | 250.99º | 0.91% | 0.92% | - |
| XYZ | 16.98 | 7.44 | 78.38 | - |
| YUV | 56.94 | 227.92 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 234 | 0.74 | 0.91 | 0 | 0.08 | 250.99 | 0.84 | 0.5 |
| Hex | 3C | 15 | EA | 4A | 5B | 0 | 8 | FB | 54 | 32 |
| Octal | 74 | 25 | 352 | 112 | 133 | 0 | 10 | 373 | 124 | 62 |
| Binary | 111100 | 10101 | 11101010 | 1001010 | 1011011 | 0 | 1000 | 11111011 | 1010100 | 110010 |
Color Harmonies of #3C15EA
Complementary color
Monochromatic Colors of #3C15EA
Black with #3C15EA
Text Example
Text Example
White with #3C15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C15EA; }
p { color: rgb(60,21,234); }
H1.HeaderClassName
{
color: #3C15EA;
}
.AnyTagClassName
{
color: #3C15EA;
}
</style>
background-color css
<style>
a { background-color: #3C15EA; }
a { background-color: rgb(60,21,234); }
div.DivClassName
{
background-color: #3C15EA;
}
.BgClassName
{
background-color: #3C15EA;
}
</style>
border-color css
<style>
span { border-color: #3C15EA; }
span { border-color: rgb(60,21,234); }
td.TdClassName
{
border-color: #3C15EA;
}
.TagClassName
{
border-color: #3C15EA;
}
</style>