#451fd5

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

Shades of Han Purple #451FD5

Tints of Han Purple #451FD5

Color information

#451FD5 (or 0x451FD5) is unknown color: approx Han Purple. HEX triplet: 45, 1F and D5. RGB value is (69,31,213). Sum of RGB (Red+Green+Blue) = 69+31+213=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #451FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FD5 is #BAE02A. Grayscale: #3E3E3E. Windows color (decimal): -12247083 or 13967173. OLE color: 13967173.

HSL color Cylindrical-coordinate representation of color #451FD5: hue angle of 252.53º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451FD5 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6931213-
CMYK0.680.8500.16
HSL252.53º74.59%47.84%-
HSV(B)252.53º85.45%83.53%-
XYZ14.957.0563.52-
YUV63.11212.59132.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 31 (12.5% from 255) = 9.90%
BLUE value IS 213 (83.59% from 255) = 68.05%
R=22.04%
G=9.90%
B=68.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69312130.680.8500.16252.5374.5947.84
Hex451FD54455010fd4b30
Octal1053732510412502037511360
Binary1000101111111101010110001001010101010000111111011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451fd5; }

 p { color: rgb(69,31,213); }

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

<style>
 a { background-color: #451fd5; }

 a { background-color: rgb(69,31,213); }

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

<style>
 span { border-color: #451fd5; }

 span { border-color: rgb(69,31,213); }

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