#451DF2

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

Shades of Han Purple #451DF2

Tints of Han Purple #451DF2

Color information

#451DF2 (or 0x451DF2) is unknown color: approx Han Purple. HEX triplet: 45, 1D and F2. RGB value is (69,29,242). Sum of RGB (Red+Green+Blue) = 69+29+242=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #451DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451DF2 is #BAE20D. Grayscale: #404040. Windows color (decimal): -12247566 or 15867205. OLE color: 15867205.

HSL color Cylindrical-coordinate representation of color #451DF2: hue angle of 251.27º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451DF2 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6929242-
CMYK0.710.8800.05
HSL251.27º89.12%53.14%-
HSV(B)251.27º88.02%94.9%-
XYZ18.928.5584.66-
YUV65.24227.75130.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 29 (11.72% from 255) = 8.53%
BLUE value IS 242 (94.92% from 255) = 71.18%
R=20.29%
G=8.53%
B=71.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69292420.710.8800.05251.2789.1253.14
Hex451DF2475805fb5935
Octal105353621071300537313165
Binary10001011110111110010100011110110000101111110111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,29,242); }

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

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

 a { background-color: rgb(69,29,242); }

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

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

 span { border-color: rgb(69,29,242); }

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