#450DFB

Color #450DFB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #450DFB

Tints of Han Purple #450DFB

Color information

#450DFB (or 0x450DFB) is unknown color: approx Han Purple. HEX triplet: 45, 0D and FB. RGB value is (69,13,251). Sum of RGB (Red+Green+Blue) = 69+13+251=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #450DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450DFB is #BAF204. Grayscale: #373737. Windows color (decimal): -12251653 or 16452933. OLE color: 16452933.

HSL color Cylindrical-coordinate representation of color #450DFB: hue angle of 254.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450DFB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6913251-
CMYK0.730.9500.02
HSL254.12º96.75%51.76%-
HSV(B)254.12º94.82%98.43%-
XYZ20.018.5291.86-
YUV56.88237.55136.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 13 (5.47% from 255) = 3.90%
BLUE value IS 251 (98.44% from 255) = 75.38%
R=20.72%
G=3.90%
B=75.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal69132510.730.9500.02254.1296.7551.76
Hex45DFB495F02fe6134
Octal105153731111370237614164
Binary100010111011111101110010011011111010111111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450DFB; }

 p { color: rgb(69,13,251); }

 H1.HeaderClassName
 {
   color: #450DFB;
 }
 .AnyTagClassName
 {
   color: #450DFB;
 }
</style>
background-color css

<style>
 a { background-color: #450DFB; }

 a { background-color: rgb(69,13,251); }

 div.DivClassName
 {
   background-color: #450DFB;
 }
 .BgClassName
 {
   background-color: #450DFB;
 }
</style>
border-color css

<style>
 span { border-color: #450DFB; }

 span { border-color: rgb(69,13,251); }

 td.TdClassName
 {
   border-color: #450DFB;
 }
 .TagClassName
 {
   border-color: #450DFB;
 }
</style>