#450AD5

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

Shades of Han Purple #450AD5

Tints of Han Purple #450AD5

Color information

#450AD5 (or 0x450AD5) is unknown color: approx Han Purple. HEX triplet: 45, 0A and D5. RGB value is (69,10,213). Sum of RGB (Red+Green+Blue) = 69+10+213=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 213 (83.59% from 255 or 72.95% from 292); Max value from RGB is 213 - color contains mainly: blue. Hex color #450AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450AD5 is #BAF52A. Grayscale: #323232. Windows color (decimal): -12252459 or 13961797. OLE color: 13961797.

HSL color Cylindrical-coordinate representation of color #450AD5: hue angle of 257.44º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450AD5 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6910213-
CMYK0.680.9500.16
HSL257.44º91.03%43.73%-
HSV(B)257.44º95.31%83.53%-
XYZ14.576.2963.4-
YUV50.78219.55140.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 10 (4.30% from 255) = 3.42%
BLUE value IS 213 (83.59% from 255) = 72.95%
R=23.63%
G=3.42%
B=72.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69102130.680.9500.16257.4491.0343.73
Hex45AD5445F0101015b2c
Octal1051232510413702040113354
Binary1000101101011010101100010010111110100001000000011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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