Shades of Han Purple #4008CB
Tints of Han Purple #4008CB
RGB
CMYK
RGB Variations
Color information
#4008CB (or 0x4008CB) is known color: Han Purple. HEX triplet: 40, 08 and CB. RGB value is (64,8,203). Sum of RGB (Red+Green+Blue) = 64+8+203=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #4008CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4008CB is #BFF734. Grayscale: #2E2E2E. Windows color (decimal): -12580661 or 13305920. OLE color: 13305920.
HSL color Cylindrical-coordinate representation of color #4008CB: hue angle of 257.23º 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 #4008CB is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 8 | 203 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.20 |
| HSL | 257.23º | 0.92% | 0.41% | - |
| HSV(B) | 257.23º | 0.96% | 0.8% | - |
| XYZ | 12.98 | 5.58 | 56.89 | - |
| YUV | 46.97 | 216.05 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 203 | 0.68 | 0.96 | 0 | 0.20 | 257.23 | 0.92 | 0.41 |
| Hex | 40 | 8 | CB | 44 | 60 | 0 | 14 | 101 | 5C | 29 |
| Octal | 100 | 10 | 313 | 104 | 140 | 0 | 24 | 401 | 134 | 51 |
| Binary | 1000000 | 1000 | 11001011 | 1000100 | 1100000 | 0 | 10100 | 100000001 | 1011100 | 101001 |
Color Harmonies of #4008CB
Complementary color
Monochromatic Colors of #4008CB
Black with #4008CB
Text Example
Text Example
White with #4008CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4008CB; }
p { color: rgb(64,8,203); }
H1.HeaderClassName
{
color: #4008CB;
}
.AnyTagClassName
{
color: #4008CB;
}
</style>
background-color css
<style>
a { background-color: #4008CB; }
a { background-color: rgb(64,8,203); }
div.DivClassName
{
background-color: #4008CB;
}
.BgClassName
{
background-color: #4008CB;
}
</style>
border-color css
<style>
span { border-color: #4008CB; }
span { border-color: rgb(64,8,203); }
td.TdClassName
{
border-color: #4008CB;
}
.TagClassName
{
border-color: #4008CB;
}
</style>