Html Css Color HEX #450ED0 Han Purple

📋 copy color: '#450ED0'

red 69 ◦ green 14 ◦ blue 208

#450ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #450ED0

Tints of Han Purple #450ED0

RGB

 RED value IS 69 (27.34% from 255) = 23.71%

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 208 (81.64% from 255) = 71.48%

R = 23.71%
G = 4.81%
B = 71.48%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#450ED0 (or 0x450ED0) is known color: Han Purple. HEX triplet: 45, 0E and D0. RGB value is (69,14,208). Sum of RGB (Red+Green+Blue) = 69+14+208=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 208 (81.64% from 255 or 71.48% from 291); Max value from RGB is 208 - color contains mainly: blue. Hex color #450ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ED0 is #BAF12F. Grayscale: #333333. Windows color (decimal): -12251440 or 13635141. OLE color: 13635141.

HSL color Cylindrical-coordinate representation of color #450ED0: hue angle of 257.01º 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 #450ED0 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 14 208 -
CMYK 0.67 0.93 0 0.18
HSL 257.01º 0.87% 0.44% -
HSV(B) 257.01º 0.93% 0.82% -
XYZ 14 6.13 60.12 -
YUV 52.56 215.72 139.73 -
System Red Green Blue C M Y K H S L
Decimal 69 14 208 0.67 0.93 0 0.18 257.01 0.87 0.44
Hex 45 E D0 43 5D 0 12 101 57 2C
Octal 105 16 320 103 135 0 22 401 127 54
Binary 1000101 1110 11010000 1000011 1011101 0 10010 100000001 1010111 101100

Color Harmonies of #450ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ED0

Black with #450ED0

Text Example


Text Example

White with #450ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #450ED0;
 }
 .AnyTagClassName
 {
   color: #450ED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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