Shades of Han Purple #3D0ACB
Tints of Han Purple #3D0ACB
RGB
CMYK
RGB Variations
Color information
#3D0ACB (or 0x3D0ACB) is known color: Han Purple. HEX triplet: 3D, 0A and CB. RGB value is (61,10,203). Sum of RGB (Red+Green+Blue) = 61+10+203=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D0ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0ACB is #C2F534. Grayscale: #2E2E2E. Windows color (decimal): -12776757 or 13306429. OLE color: 13306429.
HSL color Cylindrical-coordinate representation of color #3D0ACB: hue angle of 255.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0ACB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 10 | 203 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.20 |
| HSL | 255.85º | 0.91% | 0.42% | - |
| HSV(B) | 255.85º | 0.95% | 0.8% | - |
| XYZ | 12.81 | 5.52 | 56.89 | - |
| YUV | 47.25 | 215.9 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 203 | 0.70 | 0.95 | 0 | 0.20 | 255.85 | 0.91 | 0.42 |
| Hex | 3D | A | CB | 46 | 5F | 0 | 14 | 100 | 5B | 2A |
| Octal | 75 | 12 | 313 | 106 | 137 | 0 | 24 | 400 | 133 | 52 |
| Binary | 111101 | 1010 | 11001011 | 1000110 | 1011111 | 0 | 10100 | 100000000 | 1011011 | 101010 |
Color Harmonies of #3D0ACB
Complementary color
Monochromatic Colors of #3D0ACB
Black with #3D0ACB
Text Example
Text Example
White with #3D0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0ACB; }
p { color: rgb(61,10,203); }
H1.HeaderClassName
{
color: #3D0ACB;
}
.AnyTagClassName
{
color: #3D0ACB;
}
</style>
background-color css
<style>
a { background-color: #3D0ACB; }
a { background-color: rgb(61,10,203); }
div.DivClassName
{
background-color: #3D0ACB;
}
.BgClassName
{
background-color: #3D0ACB;
}
</style>
border-color css
<style>
span { border-color: #3D0ACB; }
span { border-color: rgb(61,10,203); }
td.TdClassName
{
border-color: #3D0ACB;
}
.TagClassName
{
border-color: #3D0ACB;
}
</style>