Shades of Han Purple #3802CC
Tints of Han Purple #3802CC
RGB
CMYK
RGB Variations
Color information
#3802CC (or 0x3802CC) is known color: Han Purple. HEX triplet: 38, 02 and CC. RGB value is (56,2,204). Sum of RGB (Red+Green+Blue) = 56+2+204=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #3802CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3802CC is #C7FD33. Grayscale: #282828. Windows color (decimal): -13106484 or 13369912. OLE color: 13369912.
HSL color Cylindrical-coordinate representation of color #3802CC: hue angle of 256.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802CC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 2 | 204 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.2 |
| HSL | 256.04º | 0.98% | 0.4% | - |
| HSV(B) | 256.04º | 0.99% | 0.8% | - |
| XYZ | 12.55 | 5.24 | 57.48 | - |
| YUV | 41.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 204 | 0.73 | 0.99 | 0 | 0.2 | 256.04 | 0.98 | 0.4 |
| Hex | 38 | 2 | CC | 49 | 63 | 0 | 14 | 100 | 62 | 28 |
| Octal | 70 | 2 | 314 | 111 | 143 | 0 | 24 | 400 | 142 | 50 |
| Binary | 111000 | 10 | 11001100 | 1001001 | 1100011 | 0 | 10100 | 100000000 | 1100010 | 101000 |
Color Harmonies of #3802CC
Complementary color
Monochromatic Colors of #3802CC
Black with #3802CC
Text Example
Text Example
White with #3802CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802CC; }
p { color: rgb(56,2,204); }
H1.HeaderClassName
{
color: #3802CC;
}
.AnyTagClassName
{
color: #3802CC;
}
</style>
background-color css
<style>
a { background-color: #3802CC; }
a { background-color: rgb(56,2,204); }
div.DivClassName
{
background-color: #3802CC;
}
.BgClassName
{
background-color: #3802CC;
}
</style>
border-color css
<style>
span { border-color: #3802CC; }
span { border-color: rgb(56,2,204); }
td.TdClassName
{
border-color: #3802CC;
}
.TagClassName
{
border-color: #3802CC;
}
</style>