Shades of Han Purple #452BFD
Tints of Han Purple #452BFD
RGB
CMYK
RGB Variations
Color information
#452BFD (or 0x452BFD) is known color: Han Purple. HEX triplet: 45, 2B and FD. RGB value is (69,43,253). Sum of RGB (Red+Green+Blue) = 69+43+253=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #452BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BFD is #BAD402. Grayscale: #494949. Windows color (decimal): -12243971 or 16591685. OLE color: 16591685.
HSL color Cylindrical-coordinate representation of color #452BFD: hue angle of 247.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #452BFD is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 43 | 253 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.01 |
| HSL | 247.43º | 0.98% | 0.58% | - |
| HSV(B) | 247.43º | 0.83% | 0.99% | - |
| XYZ | 21.05 | 10.08 | 93.77 | - |
| YUV | 74.71 | 228.61 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 253 | 0.73 | 0.83 | 0 | 0.01 | 247.43 | 0.98 | 0.58 |
| Hex | 45 | 2B | FD | 49 | 53 | 0 | 1 | F7 | 62 | 3A |
| Octal | 105 | 53 | 375 | 111 | 123 | 0 | 1 | 367 | 142 | 72 |
| Binary | 1000101 | 101011 | 11111101 | 1001001 | 1010011 | 0 | 1 | 11110111 | 1100010 | 111010 |
Color Harmonies of #452BFD
Complementary color
Monochromatic Colors of #452BFD
Black with #452BFD
Text Example
Text Example
White with #452BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BFD; }
p { color: rgb(69,43,253); }
H1.HeaderClassName
{
color: #452BFD;
}
.AnyTagClassName
{
color: #452BFD;
}
</style>
background-color css
<style>
a { background-color: #452BFD; }
a { background-color: rgb(69,43,253); }
div.DivClassName
{
background-color: #452BFD;
}
.BgClassName
{
background-color: #452BFD;
}
</style>
border-color css
<style>
span { border-color: #452BFD; }
span { border-color: rgb(69,43,253); }
td.TdClassName
{
border-color: #452BFD;
}
.TagClassName
{
border-color: #452BFD;
}
</style>