Shades of Han Purple #3902CB
Tints of Han Purple #3902CB
RGB
CMYK
RGB Variations
Color information
#3902CB (or 0x3902CB) is known color: Han Purple. HEX triplet: 39, 02 and CB. RGB value is (57,2,203). Sum of RGB (Red+Green+Blue) = 57+2+203=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #3902CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3902CB is #C6FD34. Grayscale: #282828. Windows color (decimal): -13040949 or 13304377. OLE color: 13304377.
HSL color Cylindrical-coordinate representation of color #3902CB: hue angle of 256.42º 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 #3902CB is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 2 | 203 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.20 |
| HSL | 256.42º | 0.98% | 0.4% | - |
| HSV(B) | 256.42º | 0.99% | 0.8% | - |
| XYZ | 12.49 | 5.23 | 56.85 | - |
| YUV | 41.36 | 219.22 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 203 | 0.72 | 0.99 | 0 | 0.20 | 256.42 | 0.98 | 0.4 |
| Hex | 39 | 2 | CB | 48 | 63 | 0 | 14 | 100 | 62 | 28 |
| Octal | 71 | 2 | 313 | 110 | 143 | 0 | 24 | 400 | 142 | 50 |
| Binary | 111001 | 10 | 11001011 | 1001000 | 1100011 | 0 | 10100 | 100000000 | 1100010 | 101000 |
Color Harmonies of #3902CB
Complementary color
Monochromatic Colors of #3902CB
Black with #3902CB
Text Example
Text Example
White with #3902CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902CB; }
p { color: rgb(57,2,203); }
H1.HeaderClassName
{
color: #3902CB;
}
.AnyTagClassName
{
color: #3902CB;
}
</style>
background-color css
<style>
a { background-color: #3902CB; }
a { background-color: rgb(57,2,203); }
div.DivClassName
{
background-color: #3902CB;
}
.BgClassName
{
background-color: #3902CB;
}
</style>
border-color css
<style>
span { border-color: #3902CB; }
span { border-color: rgb(57,2,203); }
td.TdClassName
{
border-color: #3902CB;
}
.TagClassName
{
border-color: #3902CB;
}
</style>