Shades of Han Purple #451FFB
Tints of Han Purple #451FFB
RGB
CMYK
RGB Variations
Color information
#451FFB (or 0x451FFB) is known color: Han Purple. HEX triplet: 45, 1F and FB. RGB value is (69,31,251). Sum of RGB (Red+Green+Blue) = 69+31+251=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #451FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451FFB is #BAE004. Grayscale: #424242. Windows color (decimal): -12247045 or 16457541. OLE color: 16457541.
HSL color Cylindrical-coordinate representation of color #451FFB: hue angle of 250.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451FFB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 31 | 251 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.02 |
| HSL | 250.36º | 0.96% | 0.55% | - |
| HSV(B) | 250.36º | 0.88% | 0.98% | - |
| XYZ | 20.36 | 9.21 | 91.97 | - |
| YUV | 67.44 | 231.59 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 251 | 0.73 | 0.88 | 0 | 0.02 | 250.36 | 0.96 | 0.55 |
| Hex | 45 | 1F | FB | 49 | 58 | 0 | 2 | FA | 60 | 37 |
| Octal | 105 | 37 | 373 | 111 | 130 | 0 | 2 | 372 | 140 | 67 |
| Binary | 1000101 | 11111 | 11111011 | 1001001 | 1011000 | 0 | 10 | 11111010 | 1100000 | 110111 |
Color Harmonies of #451FFB
Complementary color
Monochromatic Colors of #451FFB
Black with #451FFB
Text Example
Text Example
White with #451FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FFB; }
p { color: rgb(69,31,251); }
H1.HeaderClassName
{
color: #451FFB;
}
.AnyTagClassName
{
color: #451FFB;
}
</style>
background-color css
<style>
a { background-color: #451FFB; }
a { background-color: rgb(69,31,251); }
div.DivClassName
{
background-color: #451FFB;
}
.BgClassName
{
background-color: #451FFB;
}
</style>
border-color css
<style>
span { border-color: #451FFB; }
span { border-color: rgb(69,31,251); }
td.TdClassName
{
border-color: #451FFB;
}
.TagClassName
{
border-color: #451FFB;
}
</style>