Html Css Color HEX #450ED5 Han Purple

📋 copy color: '#450ED5'

red 69 ◦ green 14 ◦ blue 213

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

Shades of Han Purple #450ED5

Tints of Han Purple #450ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71.96%

R = 23.31%
G = 4.73%
B = 71.96%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#450ED5 (or 0x450ED5) is known color: Han Purple. HEX triplet: 45, 0E and D5. RGB value is (69,14,213). Sum of RGB (Red+Green+Blue) = 69+14+213=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #450ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ED5 is #BAF12A. Grayscale: #343434. Windows color (decimal): -12251435 or 13962821. OLE color: 13962821.

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

Color convert

RGB 69 14 213 -
CMYK 0.68 0.93 0 0.16
HSL 256.58º 0.88% 0.45% -
HSV(B) 256.58º 0.93% 0.84% -
XYZ 14.62 6.38 63.41 -
YUV 53.13 218.22 139.32 -
System Red Green Blue C M Y K H S L
Decimal 69 14 213 0.68 0.93 0 0.16 256.58 0.88 0.45
Hex 45 E D5 44 5D 0 10 101 58 2D
Octal 105 16 325 104 135 0 20 401 130 55
Binary 1000101 1110 11010101 1000100 1011101 0 10000 100000001 1011000 101101

Color Harmonies of #450ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ED5

Black with #450ED5

Text Example


Text Example

White with #450ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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