Shades of Han Purple #3D03CB
Tints of Han Purple #3D03CB
RGB
CMYK
RGB Variations
Color information
#3D03CB (or 0x3D03CB) is known color: Han Purple. HEX triplet: 3D, 03 and CB. RGB value is (61,3,203). Sum of RGB (Red+Green+Blue) = 61+3+203=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D03CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D03CB is #C2FC34. Grayscale: #2A2A2A. Windows color (decimal): -12778549 or 13304637. OLE color: 13304637.
HSL color Cylindrical-coordinate representation of color #3D03CB: hue angle of 257.4º 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 #3D03CB is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 3 | 203 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.20 |
| HSL | 257.4º | 0.97% | 0.4% | - |
| HSV(B) | 257.4º | 0.99% | 0.8% | - |
| XYZ | 12.74 | 5.37 | 56.86 | - |
| YUV | 43.14 | 218.22 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 203 | 0.70 | 0.99 | 0 | 0.20 | 257.4 | 0.97 | 0.4 |
| Hex | 3D | 3 | CB | 46 | 63 | 0 | 14 | 101 | 61 | 28 |
| Octal | 75 | 3 | 313 | 106 | 143 | 0 | 24 | 401 | 141 | 50 |
| Binary | 111101 | 11 | 11001011 | 1000110 | 1100011 | 0 | 10100 | 100000001 | 1100001 | 101000 |
Color Harmonies of #3D03CB
Complementary color
Monochromatic Colors of #3D03CB
Black with #3D03CB
Text Example
Text Example
White with #3D03CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D03CB; }
p { color: rgb(61,3,203); }
H1.HeaderClassName
{
color: #3D03CB;
}
.AnyTagClassName
{
color: #3D03CB;
}
</style>
background-color css
<style>
a { background-color: #3D03CB; }
a { background-color: rgb(61,3,203); }
div.DivClassName
{
background-color: #3D03CB;
}
.BgClassName
{
background-color: #3D03CB;
}
</style>
border-color css
<style>
span { border-color: #3D03CB; }
span { border-color: rgb(61,3,203); }
td.TdClassName
{
border-color: #3D03CB;
}
.TagClassName
{
border-color: #3D03CB;
}
</style>