Shades of Han Purple #3D08CB
Tints of Han Purple #3D08CB
RGB
CMYK
RGB Variations
Color information
#3D08CB (or 0x3D08CB) is known color: Han Purple. HEX triplet: 3D, 08 and CB. RGB value is (61,8,203). Sum of RGB (Red+Green+Blue) = 61+8+203=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D08CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D08CB is #C2F734. Grayscale: #2D2D2D. Windows color (decimal): -12777269 or 13305917. OLE color: 13305917.
HSL color Cylindrical-coordinate representation of color #3D08CB: hue angle of 256.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D08CB is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 8 | 203 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.20 |
| HSL | 256.31º | 0.92% | 0.41% | - |
| HSV(B) | 256.31º | 0.96% | 0.8% | - |
| XYZ | 12.79 | 5.48 | 56.88 | - |
| YUV | 46.08 | 216.56 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 203 | 0.70 | 0.96 | 0 | 0.20 | 256.31 | 0.92 | 0.41 |
| Hex | 3D | 8 | CB | 46 | 60 | 0 | 14 | 100 | 5C | 29 |
| Octal | 75 | 10 | 313 | 106 | 140 | 0 | 24 | 400 | 134 | 51 |
| Binary | 111101 | 1000 | 11001011 | 1000110 | 1100000 | 0 | 10100 | 100000000 | 1011100 | 101001 |
Color Harmonies of #3D08CB
Complementary color
Monochromatic Colors of #3D08CB
Black with #3D08CB
Text Example
Text Example
White with #3D08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D08CB; }
p { color: rgb(61,8,203); }
H1.HeaderClassName
{
color: #3D08CB;
}
.AnyTagClassName
{
color: #3D08CB;
}
</style>
background-color css
<style>
a { background-color: #3D08CB; }
a { background-color: rgb(61,8,203); }
div.DivClassName
{
background-color: #3D08CB;
}
.BgClassName
{
background-color: #3D08CB;
}
</style>
border-color css
<style>
span { border-color: #3D08CB; }
span { border-color: rgb(61,8,203); }
td.TdClassName
{
border-color: #3D08CB;
}
.TagClassName
{
border-color: #3D08CB;
}
</style>