Html Css Color HEX #450EEF Han Purple

📋 copy color: '#450EEF'

red 69 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #450EEF

Tints of Han Purple #450EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.22%

R = 21.43%
G = 4.35%
B = 74.22%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#450EEF (or 0x450EEF) is known color: Han Purple. HEX triplet: 45, 0E and EF. RGB value is (69,14,239). Sum of RGB (Red+Green+Blue) = 69+14+239=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #450EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EEF is #BAF110. Grayscale: #373737. Windows color (decimal): -12251409 or 15666757. OLE color: 15666757.

HSL color Cylindrical-coordinate representation of color #450EEF: hue angle of 254.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EEF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 14 239 -
CMYK 0.71 0.94 0 0.06
HSL 254.67º 0.89% 0.5% -
HSV(B) 254.67º 0.94% 0.94% -
XYZ 18.19 7.81 82.21 -
YUV 56.1 231.22 137.2 -
System Red Green Blue C M Y K H S L
Decimal 69 14 239 0.71 0.94 0 0.06 254.67 0.89 0.5
Hex 45 E EF 47 5E 0 6 FF 59 32
Octal 105 16 357 107 136 0 6 377 131 62
Binary 1000101 1110 11101111 1000111 1011110 0 110 11111111 1011001 110010

Color Harmonies of #450EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EEF

Black with #450EEF

Text Example


Text Example

White with #450EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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