Shades of Han Purple #3613CA
Tints of Han Purple #3613CA
RGB
CMYK
RGB Variations
Color information
#3613CA (or 0x3613CA) is known color: Han Purple. HEX triplet: 36, 13 and CA. RGB value is (54,19,202). Sum of RGB (Red+Green+Blue) = 54+19+202=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #3613CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613CA is #C9EC35. Grayscale: #313131. Windows color (decimal): -13233206 or 13243190. OLE color: 13243190.
HSL color Cylindrical-coordinate representation of color #3613CA: hue angle of 251.48º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3613CA is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 19 | 202 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.21 |
| HSL | 251.48º | 0.83% | 0.43% | - |
| HSV(B) | 251.48º | 0.91% | 0.79% | - |
| XYZ | 12.41 | 5.51 | 56.29 | - |
| YUV | 50.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 202 | 0.73 | 0.91 | 0 | 0.21 | 251.48 | 0.83 | 0.43 |
| Hex | 36 | 13 | CA | 49 | 5B | 0 | 15 | FB | 53 | 2B |
| Octal | 66 | 23 | 312 | 111 | 133 | 0 | 25 | 373 | 123 | 53 |
| Binary | 110110 | 10011 | 11001010 | 1001001 | 1011011 | 0 | 10101 | 11111011 | 1010011 | 101011 |
Color Harmonies of #3613CA
Complementary color
Monochromatic Colors of #3613CA
Black with #3613CA
Text Example
Text Example
White with #3613CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3613CA; }
p { color: rgb(54,19,202); }
H1.HeaderClassName
{
color: #3613CA;
}
.AnyTagClassName
{
color: #3613CA;
}
</style>
background-color css
<style>
a { background-color: #3613CA; }
a { background-color: rgb(54,19,202); }
div.DivClassName
{
background-color: #3613CA;
}
.BgClassName
{
background-color: #3613CA;
}
</style>
border-color css
<style>
span { border-color: #3613CA; }
span { border-color: rgb(54,19,202); }
td.TdClassName
{
border-color: #3613CA;
}
.TagClassName
{
border-color: #3613CA;
}
</style>