Shades of Han Purple #3803CB
Tints of Han Purple #3803CB
RGB
CMYK
RGB Variations
Color information
#3803CB (or 0x3803CB) is known color: Han Purple. HEX triplet: 38, 03 and CB. RGB value is (56,3,203). Sum of RGB (Red+Green+Blue) = 56+3+203=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 3 (1.56% from 255 or 1.15% 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 #3803CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3803CB is #C7FC34. Grayscale: #282828. Windows color (decimal): -13106229 or 13304632. OLE color: 13304632.
HSL color Cylindrical-coordinate representation of color #3803CB: hue angle of 255.9º degrees, saturation: 0.97, 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 #3803CB is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 3 | 203 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.20 |
| HSL | 255.9º | 0.97% | 0.4% | - |
| HSV(B) | 255.9º | 0.99% | 0.8% | - |
| XYZ | 12.44 | 5.22 | 56.85 | - |
| YUV | 41.65 | 219.06 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 203 | 0.72 | 0.99 | 0 | 0.20 | 255.9 | 0.97 | 0.4 |
| Hex | 38 | 3 | CB | 48 | 63 | 0 | 14 | 100 | 61 | 28 |
| Octal | 70 | 3 | 313 | 110 | 143 | 0 | 24 | 400 | 141 | 50 |
| Binary | 111000 | 11 | 11001011 | 1001000 | 1100011 | 0 | 10100 | 100000000 | 1100001 | 101000 |
Color Harmonies of #3803CB
Complementary color
Monochromatic Colors of #3803CB
Black with #3803CB
Text Example
Text Example
White with #3803CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3803CB; }
p { color: rgb(56,3,203); }
H1.HeaderClassName
{
color: #3803CB;
}
.AnyTagClassName
{
color: #3803CB;
}
</style>
background-color css
<style>
a { background-color: #3803CB; }
a { background-color: rgb(56,3,203); }
div.DivClassName
{
background-color: #3803CB;
}
.BgClassName
{
background-color: #3803CB;
}
</style>
border-color css
<style>
span { border-color: #3803CB; }
span { border-color: rgb(56,3,203); }
td.TdClassName
{
border-color: #3803CB;
}
.TagClassName
{
border-color: #3803CB;
}
</style>