Shades of Han Purple #3613CB
Tints of Han Purple #3613CB
RGB
CMYK
RGB Variations
Color information
#3613CB (or 0x3613CB) is known color: Han Purple. HEX triplet: 36, 13 and CB. RGB value is (54,19,203). Sum of RGB (Red+Green+Blue) = 54+19+203=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #3613CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613CB is #C9EC34. Grayscale: #313131. Windows color (decimal): -13233205 or 13308726. OLE color: 13308726.
HSL color Cylindrical-coordinate representation of color #3613CB: hue angle of 251.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3613CB is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 19 | 203 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.20 |
| HSL | 251.41º | 0.83% | 0.44% | - |
| HSV(B) | 251.41º | 0.91% | 0.8% | - |
| XYZ | 12.53 | 5.56 | 56.91 | - |
| YUV | 50.44 | 214.1 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 203 | 0.73 | 0.91 | 0 | 0.20 | 251.41 | 0.83 | 0.44 |
| Hex | 36 | 13 | CB | 49 | 5B | 0 | 14 | FB | 53 | 2C |
| Octal | 66 | 23 | 313 | 111 | 133 | 0 | 24 | 373 | 123 | 54 |
| Binary | 110110 | 10011 | 11001011 | 1001001 | 1011011 | 0 | 10100 | 11111011 | 1010011 | 101100 |
Color Harmonies of #3613CB
Complementary color
Monochromatic Colors of #3613CB
Black with #3613CB
Text Example
Text Example
White with #3613CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3613CB; }
p { color: rgb(54,19,203); }
H1.HeaderClassName
{
color: #3613CB;
}
.AnyTagClassName
{
color: #3613CB;
}
</style>
background-color css
<style>
a { background-color: #3613CB; }
a { background-color: rgb(54,19,203); }
div.DivClassName
{
background-color: #3613CB;
}
.BgClassName
{
background-color: #3613CB;
}
</style>
border-color css
<style>
span { border-color: #3613CB; }
span { border-color: rgb(54,19,203); }
td.TdClassName
{
border-color: #3613CB;
}
.TagClassName
{
border-color: #3613CB;
}
</style>