Shades of Han Purple #360BD3
Tints of Han Purple #360BD3
RGB
CMYK
RGB Variations
Color information
#360BD3 (or 0x360BD3) is known color: Han Purple. HEX triplet: 36, 0B and D3. RGB value is (54,11,211). Sum of RGB (Red+Green+Blue) = 54+11+211=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 211 (82.81% from 255 or 76.45% from 276); Max value from RGB is 211 - color contains mainly: blue. Hex color #360BD3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BD3 is #C9F42C. Grayscale: #2D2D2D. Windows color (decimal): -13235245 or 13830966. OLE color: 13830966.
HSL color Cylindrical-coordinate representation of color #360BD3: hue angle of 252.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BD3 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 11 | 211 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.17 |
| HSL | 252.9º | 0.9% | 0.44% | - |
| HSV(B) | 252.9º | 0.95% | 0.83% | - |
| XYZ | 13.4 | 5.73 | 62.03 | - |
| YUV | 46.66 | 220.75 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 211 | 0.74 | 0.95 | 0 | 0.17 | 252.9 | 0.9 | 0.44 |
| Hex | 36 | B | D3 | 4A | 5F | 0 | 11 | FD | 5A | 2C |
| Octal | 66 | 13 | 323 | 112 | 137 | 0 | 21 | 375 | 132 | 54 |
| Binary | 110110 | 1011 | 11010011 | 1001010 | 1011111 | 0 | 10001 | 11111101 | 1011010 | 101100 |
Color Harmonies of #360BD3
Complementary color
Monochromatic Colors of #360BD3
Black with #360BD3
Text Example
Text Example
White with #360BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BD3; }
p { color: rgb(54,11,211); }
H1.HeaderClassName
{
color: #360BD3;
}
.AnyTagClassName
{
color: #360BD3;
}
</style>
background-color css
<style>
a { background-color: #360BD3; }
a { background-color: rgb(54,11,211); }
div.DivClassName
{
background-color: #360BD3;
}
.BgClassName
{
background-color: #360BD3;
}
</style>
border-color css
<style>
span { border-color: #360BD3; }
span { border-color: rgb(54,11,211); }
td.TdClassName
{
border-color: #360BD3;
}
.TagClassName
{
border-color: #360BD3;
}
</style>