Html Css Color HEX #450EDF Han Purple

📋 copy color: '#450EDF'

red 69 ◦ green 14 ◦ blue 223

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

Shades of Han Purple #450EDF

Tints of Han Purple #450EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.88%

R = 22.55%
G = 4.58%
B = 72.88%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#450EDF (or 0x450EDF) is known color: Han Purple. HEX triplet: 45, 0E and DF. RGB value is (69,14,223). Sum of RGB (Red+Green+Blue) = 69+14+223=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #450EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EDF is #BAF120. Grayscale: #353535. Windows color (decimal): -12251425 or 14618181. OLE color: 14618181.

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

Color convert

RGB 69 14 223 -
CMYK 0.69 0.94 0 0.13
HSL 255.79º 0.88% 0.46% -
HSV(B) 255.79º 0.94% 0.87% -
XYZ 15.93 6.91 70.31 -
YUV 54.27 223.22 138.51 -
System Red Green Blue C M Y K H S L
Decimal 69 14 223 0.69 0.94 0 0.13 255.79 0.88 0.46
Hex 45 E DF 45 5E 0 D 100 58 2E
Octal 105 16 337 105 136 0 15 400 130 56
Binary 1000101 1110 11011111 1000101 1011110 0 1101 100000000 1011000 101110

Color Harmonies of #450EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EDF

Black with #450EDF

Text Example


Text Example

White with #450EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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