Shades of Han Purple #3D0ACC
Tints of Han Purple #3D0ACC
RGB
CMYK
RGB Variations
Color information
#3D0ACC (or 0x3D0ACC) is known color: Han Purple. HEX triplet: 3D, 0A and CC. RGB value is (61,10,204). Sum of RGB (Red+Green+Blue) = 61+10+204=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0ACC is #C2F533. Grayscale: #2E2E2E. Windows color (decimal): -12776756 or 13371965. OLE color: 13371965.
HSL color Cylindrical-coordinate representation of color #3D0ACC: hue angle of 255.77º 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 #3D0ACC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 10 | 204 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.2 |
| HSL | 255.77º | 0.91% | 0.42% | - |
| HSV(B) | 255.77º | 0.95% | 0.8% | - |
| XYZ | 12.93 | 5.57 | 57.52 | - |
| YUV | 47.37 | 216.4 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 204 | 0.70 | 0.95 | 0 | 0.2 | 255.77 | 0.91 | 0.42 |
| Hex | 3D | A | CC | 46 | 5F | 0 | 14 | 100 | 5B | 2A |
| Octal | 75 | 12 | 314 | 106 | 137 | 0 | 24 | 400 | 133 | 52 |
| Binary | 111101 | 1010 | 11001100 | 1000110 | 1011111 | 0 | 10100 | 100000000 | 1011011 | 101010 |
Color Harmonies of #3D0ACC
Complementary color
Monochromatic Colors of #3D0ACC
Black with #3D0ACC
Text Example
Text Example
White with #3D0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0ACC; }
p { color: rgb(61,10,204); }
H1.HeaderClassName
{
color: #3D0ACC;
}
.AnyTagClassName
{
color: #3D0ACC;
}
</style>
background-color css
<style>
a { background-color: #3D0ACC; }
a { background-color: rgb(61,10,204); }
div.DivClassName
{
background-color: #3D0ACC;
}
.BgClassName
{
background-color: #3D0ACC;
}
</style>
border-color css
<style>
span { border-color: #3D0ACC; }
span { border-color: rgb(61,10,204); }
td.TdClassName
{
border-color: #3D0ACC;
}
.TagClassName
{
border-color: #3D0ACC;
}
</style>