Shades of Han Purple #4230DD
Tints of Han Purple #4230DD
RGB
CMYK
RGB Variations
Color information
#4230DD (or 0x4230DD) is known color: Han Purple. HEX triplet: 42, 30 and DD. RGB value is (66,48,221). Sum of RGB (Red+Green+Blue) = 66+48+221=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #4230DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230DD is #BDCF22. Grayscale: #484848. Windows color (decimal): -12439331 or 14495810. OLE color: 14495810.
HSL color Cylindrical-coordinate representation of color #4230DD: hue angle of 246.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4230DD is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 48 | 221 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.13 |
| HSL | 246.24º | 0.72% | 0.53% | - |
| HSV(B) | 246.24º | 0.78% | 0.87% | - |
| XYZ | 16.35 | 8.49 | 69.18 | - |
| YUV | 73.1 | 211.46 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 221 | 0.70 | 0.78 | 0 | 0.13 | 246.24 | 0.72 | 0.53 |
| Hex | 42 | 30 | DD | 46 | 4E | 0 | D | F6 | 48 | 35 |
| Octal | 102 | 60 | 335 | 106 | 116 | 0 | 15 | 366 | 110 | 65 |
| Binary | 1000010 | 110000 | 11011101 | 1000110 | 1001110 | 0 | 1101 | 11110110 | 1001000 | 110101 |
Color Harmonies of #4230DD
Complementary color
Monochromatic Colors of #4230DD
Black with #4230DD
Text Example
Text Example
White with #4230DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230DD; }
p { color: rgb(66,48,221); }
H1.HeaderClassName
{
color: #4230DD;
}
.AnyTagClassName
{
color: #4230DD;
}
</style>
background-color css
<style>
a { background-color: #4230DD; }
a { background-color: rgb(66,48,221); }
div.DivClassName
{
background-color: #4230DD;
}
.BgClassName
{
background-color: #4230DD;
}
</style>
border-color css
<style>
span { border-color: #4230DD; }
span { border-color: rgb(66,48,221); }
td.TdClassName
{
border-color: #4230DD;
}
.TagClassName
{
border-color: #4230DD;
}
</style>