Shades of Han Purple #410BCF
Tints of Han Purple #410BCF
RGB
CMYK
RGB Variations
Color information
#410BCF (or 0x410BCF) is known color: Han Purple. HEX triplet: 41, 0B and CF. RGB value is (65,11,207). Sum of RGB (Red+Green+Blue) = 65+11+207=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #410BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410BCF is #BEF430. Grayscale: #303030. Windows color (decimal): -12514353 or 13568833. OLE color: 13568833.
HSL color Cylindrical-coordinate representation of color #410BCF: hue angle of 256.53º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410BCF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 11 | 207 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.19 |
| HSL | 256.53º | 0.9% | 0.43% | - |
| HSV(B) | 256.53º | 0.95% | 0.81% | - |
| XYZ | 13.56 | 5.87 | 59.45 | - |
| YUV | 49.49 | 216.89 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 207 | 0.69 | 0.95 | 0 | 0.19 | 256.53 | 0.9 | 0.43 |
| Hex | 41 | B | CF | 45 | 5F | 0 | 13 | 101 | 5A | 2B |
| Octal | 101 | 13 | 317 | 105 | 137 | 0 | 23 | 401 | 132 | 53 |
| Binary | 1000001 | 1011 | 11001111 | 1000101 | 1011111 | 0 | 10011 | 100000001 | 1011010 | 101011 |
Color Harmonies of #410BCF
Complementary color
Monochromatic Colors of #410BCF
Black with #410BCF
Text Example
Text Example
White with #410BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410BCF; }
p { color: rgb(65,11,207); }
H1.HeaderClassName
{
color: #410BCF;
}
.AnyTagClassName
{
color: #410BCF;
}
</style>
background-color css
<style>
a { background-color: #410BCF; }
a { background-color: rgb(65,11,207); }
div.DivClassName
{
background-color: #410BCF;
}
.BgClassName
{
background-color: #410BCF;
}
</style>
border-color css
<style>
span { border-color: #410BCF; }
span { border-color: rgb(65,11,207); }
td.TdClassName
{
border-color: #410BCF;
}
.TagClassName
{
border-color: #410BCF;
}
</style>