#450FD0

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

Shades of Han Purple #450FD0

Tints of Han Purple #450FD0

Color information

#450FD0 (or 0x450FD0) is unknown color: approx Han Purple. HEX triplet: 45, 0F and D0. RGB value is (69,15,208). Sum of RGB (Red+Green+Blue) = 69+15+208=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #450FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FD0 is #BAF02F. Grayscale: #343434. Windows color (decimal): -12251184 or 13635397. OLE color: 13635397.

HSL color Cylindrical-coordinate representation of color #450FD0: hue angle of 256.79º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450FD0 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6915208-
CMYK0.670.9300.18
HSL256.79º86.55%43.73%-
HSV(B)256.79º92.79%81.57%-
XYZ14.016.1660.13-
YUV53.15215.39139.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 208 (81.64% from 255) = 71.23%
R=23.63%
G=5.14%
B=71.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69152080.670.9300.18256.7986.5543.73
Hex45FD0435D012101572c
Octal1051732010313502240112754
Binary1000101111111010000100001110111010100101000000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,15,208); }

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

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

 a { background-color: rgb(69,15,208); }

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

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

 span { border-color: rgb(69,15,208); }

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