Shades of Han Purple #271CFD
Tints of Han Purple #271CFD
RGB
CMYK
RGB Variations
Color information
#271CFD (or 0x271CFD) is known color: Han Purple. HEX triplet: 27, 1C and FD. RGB value is (39,28,253). Sum of RGB (Red+Green+Blue) = 39+28+253=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #271CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271CFD is #D8E302. Grayscale: #383838. Windows color (decimal): -14213891 or 16587815. OLE color: 16587815.
HSL color Cylindrical-coordinate representation of color #271CFD: hue angle of 242.93º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271CFD is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 28 | 253 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.01 |
| HSL | 242.93º | 0.98% | 0.55% | - |
| HSV(B) | 242.93º | 0.89% | 0.99% | - |
| XYZ | 18.98 | 8.35 | 93.54 | - |
| YUV | 56.94 | 238.64 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 253 | 0.85 | 0.89 | 0 | 0.01 | 242.93 | 0.98 | 0.55 |
| Hex | 27 | 1C | FD | 55 | 59 | 0 | 1 | F3 | 62 | 37 |
| Octal | 47 | 34 | 375 | 125 | 131 | 0 | 1 | 363 | 142 | 67 |
| Binary | 100111 | 11100 | 11111101 | 1010101 | 1011001 | 0 | 1 | 11110011 | 1100010 | 110111 |
Color Harmonies of #271CFD
Complementary color
Monochromatic Colors of #271CFD
Black with #271CFD
Text Example
Text Example
White with #271CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CFD; }
p { color: rgb(39,28,253); }
H1.HeaderClassName
{
color: #271CFD;
}
.AnyTagClassName
{
color: #271CFD;
}
</style>
background-color css
<style>
a { background-color: #271CFD; }
a { background-color: rgb(39,28,253); }
div.DivClassName
{
background-color: #271CFD;
}
.BgClassName
{
background-color: #271CFD;
}
</style>
border-color css
<style>
span { border-color: #271CFD; }
span { border-color: rgb(39,28,253); }
td.TdClassName
{
border-color: #271CFD;
}
.TagClassName
{
border-color: #271CFD;
}
</style>