Html Css Color HEX #4500EF Han Purple

📋 copy color: '#4500EF'

red 69 ◦ green 0 ◦ blue 239

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

Shades of Han Purple #4500EF

Tints of Han Purple #4500EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.4%
G = 0%
B = 77.6%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4500EF (or 0x4500EF) is known color: Han Purple. HEX triplet: 45, 00 and EF. RGB value is (69,0,239). Sum of RGB (Red+Green+Blue) = 69+0+239=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #4500EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4500EF is #BAFF10. Grayscale: #2E2E2E. Windows color (decimal): -12254993 or 15663173. OLE color: 15663173.

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

Color convert

RGB 69 0 239 -
CMYK 0.71 1 0 0.06
HSL 257.32º 1% 0.47% -
HSV(B) 257.32º 1% 0.94% -
XYZ 18.03 7.5 82.16 -
YUV 47.88 235.86 143.07 -
System Red Green Blue C M Y K H S L
Decimal 69 0 239 0.71 1 0 0.06 257.32 1 0.47
Hex 45 0 EF 47 64 0 6 101 64 2F
Octal 105 0 357 107 144 0 6 401 144 57
Binary 1000101 0 11101111 1000111 1100100 0 110 100000001 1100100 101111

Color Harmonies of #4500EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4500EF

Black with #4500EF

Text Example


Text Example

White with #4500EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4500EF; }

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

 H1.HeaderClassName
 {
   color: #4500EF;
 }
 .AnyTagClassName
 {
   color: #4500EF;
 }
</style>

background-color css

<style>
 a { background-color: #4500EF; }

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

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

border-color css

<style>
 span { border-color: #4500EF; }

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

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