Shades of Han Purple #4508CE
Tints of Han Purple #4508CE
RGB
CMYK
RGB Variations
Color information
#4508CE (or 0x4508CE) is known color: Han Purple. HEX triplet: 45, 08 and CE. RGB value is (69,8,206). Sum of RGB (Red+Green+Blue) = 69+8+206=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #4508CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4508CE is #BAF731. Grayscale: #303030. Windows color (decimal): -12252978 or 13502533. OLE color: 13502533.
HSL color Cylindrical-coordinate representation of color #4508CE: hue angle of 258.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4508CE is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 8 | 206 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.19 |
| HSL | 258.48º | 0.93% | 0.42% | - |
| HSV(B) | 258.48º | 0.96% | 0.81% | - |
| XYZ | 13.68 | 5.9 | 58.81 | - |
| YUV | 48.81 | 216.71 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 206 | 0.67 | 0.96 | 0 | 0.19 | 258.48 | 0.93 | 0.42 |
| Hex | 45 | 8 | CE | 43 | 60 | 0 | 13 | 102 | 5D | 2A |
| Octal | 105 | 10 | 316 | 103 | 140 | 0 | 23 | 402 | 135 | 52 |
| Binary | 1000101 | 1000 | 11001110 | 1000011 | 1100000 | 0 | 10011 | 100000010 | 1011101 | 101010 |
Color Harmonies of #4508CE
Complementary color
Monochromatic Colors of #4508CE
Black with #4508CE
Text Example
Text Example
White with #4508CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4508CE; }
p { color: rgb(69,8,206); }
H1.HeaderClassName
{
color: #4508CE;
}
.AnyTagClassName
{
color: #4508CE;
}
</style>
background-color css
<style>
a { background-color: #4508CE; }
a { background-color: rgb(69,8,206); }
div.DivClassName
{
background-color: #4508CE;
}
.BgClassName
{
background-color: #4508CE;
}
</style>
border-color css
<style>
span { border-color: #4508CE; }
span { border-color: rgb(69,8,206); }
td.TdClassName
{
border-color: #4508CE;
}
.TagClassName
{
border-color: #4508CE;
}
</style>