Shades of Han Purple #3802CD
Tints of Han Purple #3802CD
RGB
CMYK
RGB Variations
Color information
#3802CD (or 0x3802CD) is known color: Han Purple. HEX triplet: 38, 02 and CD. RGB value is (56,2,205). Sum of RGB (Red+Green+Blue) = 56+2+205=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #3802CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3802CD is #C7FD32. Grayscale: #282828. Windows color (decimal): -13106483 or 13435448. OLE color: 13435448.
HSL color Cylindrical-coordinate representation of color #3802CD: hue angle of 255.96º degrees, saturation: 0.98, 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 #3802CD is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 2 | 205 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.20 |
| HSL | 255.96º | 0.98% | 0.41% | - |
| HSV(B) | 255.96º | 0.99% | 0.8% | - |
| XYZ | 12.67 | 5.29 | 58.11 | - |
| YUV | 41.29 | 220.39 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 205 | 0.73 | 0.99 | 0 | 0.20 | 255.96 | 0.98 | 0.41 |
| Hex | 38 | 2 | CD | 49 | 63 | 0 | 14 | 100 | 62 | 29 |
| Octal | 70 | 2 | 315 | 111 | 143 | 0 | 24 | 400 | 142 | 51 |
| Binary | 111000 | 10 | 11001101 | 1001001 | 1100011 | 0 | 10100 | 100000000 | 1100010 | 101001 |
Color Harmonies of #3802CD
Complementary color
Monochromatic Colors of #3802CD
Black with #3802CD
Text Example
Text Example
White with #3802CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802CD; }
p { color: rgb(56,2,205); }
H1.HeaderClassName
{
color: #3802CD;
}
.AnyTagClassName
{
color: #3802CD;
}
</style>
background-color css
<style>
a { background-color: #3802CD; }
a { background-color: rgb(56,2,205); }
div.DivClassName
{
background-color: #3802CD;
}
.BgClassName
{
background-color: #3802CD;
}
</style>
border-color css
<style>
span { border-color: #3802CD; }
span { border-color: rgb(56,2,205); }
td.TdClassName
{
border-color: #3802CD;
}
.TagClassName
{
border-color: #3802CD;
}
</style>