Shades of Han Purple #4301CC
Tints of Han Purple #4301CC
RGB
CMYK
RGB Variations
Color information
#4301CC (or 0x4301CC) is known color: Han Purple. HEX triplet: 43, 01 and CC. RGB value is (67,1,204). Sum of RGB (Red+Green+Blue) = 67+1+204=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #4301CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4301CC is #BCFE33. Grayscale: #2B2B2B. Windows color (decimal): -12385844 or 13369667. OLE color: 13369667.
HSL color Cylindrical-coordinate representation of color #4301CC: hue angle of 259.51º 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 #4301CC is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 1 | 204 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.2 |
| HSL | 259.51º | 0.99% | 0.4% | - |
| HSV(B) | 259.51º | 1% | 0.8% | - |
| XYZ | 13.22 | 5.57 | 57.51 | - |
| YUV | 43.88 | 218.37 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 204 | 0.67 | 1.00 | 0 | 0.2 | 259.51 | 0.99 | 0.4 |
| Hex | 43 | 1 | CC | 43 | 64 | 0 | 14 | 104 | 63 | 28 |
| Octal | 103 | 1 | 314 | 103 | 144 | 0 | 24 | 404 | 143 | 50 |
| Binary | 1000011 | 1 | 11001100 | 1000011 | 1100100 | 0 | 10100 | 100000100 | 1100011 | 101000 |
Color Harmonies of #4301CC
Complementary color
Monochromatic Colors of #4301CC
Black with #4301CC
Text Example
Text Example
White with #4301CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301CC; }
p { color: rgb(67,1,204); }
H1.HeaderClassName
{
color: #4301CC;
}
.AnyTagClassName
{
color: #4301CC;
}
</style>
background-color css
<style>
a { background-color: #4301CC; }
a { background-color: rgb(67,1,204); }
div.DivClassName
{
background-color: #4301CC;
}
.BgClassName
{
background-color: #4301CC;
}
</style>
border-color css
<style>
span { border-color: #4301CC; }
span { border-color: rgb(67,1,204); }
td.TdClassName
{
border-color: #4301CC;
}
.TagClassName
{
border-color: #4301CC;
}
</style>