Shades of Han Purple #452BFA
Tints of Han Purple #452BFA
RGB
CMYK
RGB Variations
Color information
#452BFA (or 0x452BFA) is known color: Han Purple. HEX triplet: 45, 2B and FA. RGB value is (69,43,250). Sum of RGB (Red+Green+Blue) = 69+43+250=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #452BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BFA is #BAD405. Grayscale: #494949. Windows color (decimal): -12243974 or 16395077. OLE color: 16395077.
HSL color Cylindrical-coordinate representation of color #452BFA: hue angle of 247.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #452BFA is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 43 | 250 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.02 |
| HSL | 247.54º | 0.95% | 0.57% | - |
| HSV(B) | 247.54º | 0.83% | 0.98% | - |
| XYZ | 20.57 | 9.9 | 91.27 | - |
| YUV | 74.37 | 227.11 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 250 | 0.72 | 0.83 | 0 | 0.02 | 247.54 | 0.95 | 0.57 |
| Hex | 45 | 2B | FA | 48 | 53 | 0 | 2 | F8 | 5F | 39 |
| Octal | 105 | 53 | 372 | 110 | 123 | 0 | 2 | 370 | 137 | 71 |
| Binary | 1000101 | 101011 | 11111010 | 1001000 | 1010011 | 0 | 10 | 11111000 | 1011111 | 111001 |
Color Harmonies of #452BFA
Complementary color
Monochromatic Colors of #452BFA
Black with #452BFA
Text Example
Text Example
White with #452BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BFA; }
p { color: rgb(69,43,250); }
H1.HeaderClassName
{
color: #452BFA;
}
.AnyTagClassName
{
color: #452BFA;
}
</style>
background-color css
<style>
a { background-color: #452BFA; }
a { background-color: rgb(69,43,250); }
div.DivClassName
{
background-color: #452BFA;
}
.BgClassName
{
background-color: #452BFA;
}
</style>
border-color css
<style>
span { border-color: #452BFA; }
span { border-color: rgb(69,43,250); }
td.TdClassName
{
border-color: #452BFA;
}
.TagClassName
{
border-color: #452BFA;
}
</style>