Shades of Han Purple #4601CC
Tints of Han Purple #4601CC
RGB
CMYK
RGB Variations
Color information
#4601CC (or 0x4601CC) is known color: Han Purple. HEX triplet: 46, 01 and CC. RGB value is (70,1,204). Sum of RGB (Red+Green+Blue) = 70+1+204=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #4601CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4601CC is #B9FE33. Grayscale: #2C2C2C. Windows color (decimal): -12189236 or 13369670. OLE color: 13369670.
HSL color Cylindrical-coordinate representation of color #4601CC: hue angle of 260.39º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4601CC is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 1 | 204 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.2 |
| HSL | 260.39º | 0.99% | 0.4% | - |
| HSV(B) | 260.39º | 1% | 0.8% | - |
| XYZ | 13.44 | 5.68 | 57.52 | - |
| YUV | 44.77 | 217.86 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 204 | 0.66 | 1.00 | 0 | 0.2 | 260.39 | 0.99 | 0.4 |
| Hex | 46 | 1 | CC | 42 | 64 | 0 | 14 | 104 | 63 | 28 |
| Octal | 106 | 1 | 314 | 102 | 144 | 0 | 24 | 404 | 143 | 50 |
| Binary | 1000110 | 1 | 11001100 | 1000010 | 1100100 | 0 | 10100 | 100000100 | 1100011 | 101000 |
Color Harmonies of #4601CC
Complementary color
Monochromatic Colors of #4601CC
Black with #4601CC
Text Example
Text Example
White with #4601CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601CC; }
p { color: rgb(70,1,204); }
H1.HeaderClassName
{
color: #4601CC;
}
.AnyTagClassName
{
color: #4601CC;
}
</style>
background-color css
<style>
a { background-color: #4601CC; }
a { background-color: rgb(70,1,204); }
div.DivClassName
{
background-color: #4601CC;
}
.BgClassName
{
background-color: #4601CC;
}
</style>
border-color css
<style>
span { border-color: #4601CC; }
span { border-color: rgb(70,1,204); }
td.TdClassName
{
border-color: #4601CC;
}
.TagClassName
{
border-color: #4601CC;
}
</style>