Shades of Han Purple #4303CC
Tints of Han Purple #4303CC
RGB
CMYK
RGB Variations
Color information
#4303CC (or 0x4303CC) is known color: Han Purple. HEX triplet: 43, 03 and CC. RGB value is (67,3,204). Sum of RGB (Red+Green+Blue) = 67+3+204=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #4303CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4303CC is #BCFC33. Grayscale: #2C2C2C. Windows color (decimal): -12385332 or 13370179. OLE color: 13370179.
HSL color Cylindrical-coordinate representation of color #4303CC: hue angle of 259.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4303CC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 3 | 204 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.2 |
| HSL | 259.1º | 0.97% | 0.41% | - |
| HSV(B) | 259.1º | 0.99% | 0.8% | - |
| XYZ | 13.25 | 5.62 | 57.51 | - |
| YUV | 45.05 | 217.7 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 204 | 0.67 | 0.99 | 0 | 0.2 | 259.1 | 0.97 | 0.41 |
| Hex | 43 | 3 | CC | 43 | 63 | 0 | 14 | 103 | 61 | 29 |
| Octal | 103 | 3 | 314 | 103 | 143 | 0 | 24 | 403 | 141 | 51 |
| Binary | 1000011 | 11 | 11001100 | 1000011 | 1100011 | 0 | 10100 | 100000011 | 1100001 | 101001 |
Color Harmonies of #4303CC
Complementary color
Monochromatic Colors of #4303CC
Black with #4303CC
Text Example
Text Example
White with #4303CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4303CC; }
p { color: rgb(67,3,204); }
H1.HeaderClassName
{
color: #4303CC;
}
.AnyTagClassName
{
color: #4303CC;
}
</style>
background-color css
<style>
a { background-color: #4303CC; }
a { background-color: rgb(67,3,204); }
div.DivClassName
{
background-color: #4303CC;
}
.BgClassName
{
background-color: #4303CC;
}
</style>
border-color css
<style>
span { border-color: #4303CC; }
span { border-color: rgb(67,3,204); }
td.TdClassName
{
border-color: #4303CC;
}
.TagClassName
{
border-color: #4303CC;
}
</style>