Html Css Color HEX #450EDC Han Purple

📋 copy color: '#450EDC'

red 69 ◦ green 14 ◦ blue 220

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

Shades of Han Purple #450EDC

Tints of Han Purple #450EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.61%

R = 22.77%
G = 4.62%
B = 72.61%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#450EDC (or 0x450EDC) is known color: Han Purple. HEX triplet: 45, 0E and DC. RGB value is (69,14,220). Sum of RGB (Red+Green+Blue) = 69+14+220=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #450EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EDC is #BAF123. Grayscale: #353535. Windows color (decimal): -12251428 or 14421573. OLE color: 14421573.

HSL color Cylindrical-coordinate representation of color #450EDC: hue angle of 256.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EDC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 14 220 -
CMYK 0.69 0.94 0 0.14
HSL 256.02º 0.88% 0.46% -
HSV(B) 256.02º 0.94% 0.86% -
XYZ 15.53 6.75 68.19 -
YUV 53.93 221.72 138.75 -
System Red Green Blue C M Y K H S L
Decimal 69 14 220 0.69 0.94 0 0.14 256.02 0.88 0.46
Hex 45 E DC 45 5E 0 E 100 58 2E
Octal 105 16 334 105 136 0 16 400 130 56
Binary 1000101 1110 11011100 1000101 1011110 0 1110 100000000 1011000 101110

Color Harmonies of #450EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EDC

Black with #450EDC

Text Example


Text Example

White with #450EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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