Shades of Han Purple #3613CC
Tints of Han Purple #3613CC
RGB
CMYK
RGB Variations
Color information
#3613CC (or 0x3613CC) is known color: Han Purple. HEX triplet: 36, 13 and CC. RGB value is (54,19,204). Sum of RGB (Red+Green+Blue) = 54+19+204=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3613CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613CC is #C9EC33. Grayscale: #313131. Windows color (decimal): -13233204 or 13374262. OLE color: 13374262.
HSL color Cylindrical-coordinate representation of color #3613CC: hue angle of 251.35º 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 #3613CC is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 19 | 204 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.2 |
| HSL | 251.35º | 0.83% | 0.44% | - |
| HSV(B) | 251.35º | 0.91% | 0.8% | - |
| XYZ | 12.65 | 5.61 | 57.54 | - |
| YUV | 50.56 | 214.6 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 204 | 0.74 | 0.91 | 0 | 0.2 | 251.35 | 0.83 | 0.44 |
| Hex | 36 | 13 | CC | 4A | 5B | 0 | 14 | FB | 53 | 2C |
| Octal | 66 | 23 | 314 | 112 | 133 | 0 | 24 | 373 | 123 | 54 |
| Binary | 110110 | 10011 | 11001100 | 1001010 | 1011011 | 0 | 10100 | 11111011 | 1010011 | 101100 |
Color Harmonies of #3613CC
Complementary color
Monochromatic Colors of #3613CC
Black with #3613CC
Text Example
Text Example
White with #3613CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3613CC; }
p { color: rgb(54,19,204); }
H1.HeaderClassName
{
color: #3613CC;
}
.AnyTagClassName
{
color: #3613CC;
}
</style>
background-color css
<style>
a { background-color: #3613CC; }
a { background-color: rgb(54,19,204); }
div.DivClassName
{
background-color: #3613CC;
}
.BgClassName
{
background-color: #3613CC;
}
</style>
border-color css
<style>
span { border-color: #3613CC; }
span { border-color: rgb(54,19,204); }
td.TdClassName
{
border-color: #3613CC;
}
.TagClassName
{
border-color: #3613CC;
}
</style>