Shades of Han Purple #4230D7
Tints of Han Purple #4230D7
RGB
CMYK
RGB Variations
Color information
#4230D7 (or 0x4230D7) is known color: Han Purple. HEX triplet: 42, 30 and D7. RGB value is (66,48,215). Sum of RGB (Red+Green+Blue) = 66+48+215=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #4230D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230D7 is #BDCF28. Grayscale: #474747. Windows color (decimal): -12439337 or 14102594. OLE color: 14102594.
HSL color Cylindrical-coordinate representation of color #4230D7: hue angle of 246.47º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4230D7 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 48 | 215 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.16 |
| HSL | 246.47º | 0.68% | 0.52% | - |
| HSV(B) | 246.47º | 0.78% | 0.84% | - |
| XYZ | 15.57 | 8.18 | 65.05 | - |
| YUV | 72.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 215 | 0.69 | 0.78 | 0 | 0.16 | 246.47 | 0.68 | 0.52 |
| Hex | 42 | 30 | D7 | 45 | 4E | 0 | 10 | F6 | 44 | 34 |
| Octal | 102 | 60 | 327 | 105 | 116 | 0 | 20 | 366 | 104 | 64 |
| Binary | 1000010 | 110000 | 11010111 | 1000101 | 1001110 | 0 | 10000 | 11110110 | 1000100 | 110100 |
Color Harmonies of #4230D7
Complementary color
Monochromatic Colors of #4230D7
Black with #4230D7
Text Example
Text Example
White with #4230D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230D7; }
p { color: rgb(66,48,215); }
H1.HeaderClassName
{
color: #4230D7;
}
.AnyTagClassName
{
color: #4230D7;
}
</style>
background-color css
<style>
a { background-color: #4230D7; }
a { background-color: rgb(66,48,215); }
div.DivClassName
{
background-color: #4230D7;
}
.BgClassName
{
background-color: #4230D7;
}
</style>
border-color css
<style>
span { border-color: #4230D7; }
span { border-color: rgb(66,48,215); }
td.TdClassName
{
border-color: #4230D7;
}
.TagClassName
{
border-color: #4230D7;
}
</style>