Html Css Color HEX #472EEF Han Purple

📋 copy color: '#472EEF'

red 71 ◦ green 46 ◦ blue 239

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

Shades of Han Purple #472EEF

Tints of Han Purple #472EEF

RGB

 RED value IS 71 (28.13% from 255) = 19.94%

 GREEN value IS 46 (18.36% from 255) = 12.92%

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

R = 19.94%
G = 12.92%
B = 67.13%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#472EEF (or 0x472EEF) is known color: Han Purple. HEX triplet: 47, 2E and EF. RGB value is (71,46,239). Sum of RGB (Red+Green+Blue) = 71+46+239=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #472EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472EEF is #B8D110. Grayscale: #4A4A4A. Windows color (decimal): -12112145 or 15674951. OLE color: 15674951.

HSL color Cylindrical-coordinate representation of color #472EEF: hue angle of 247.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472EEF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 46 239 -
CMYK 0.70 0.81 0 0.06
HSL 247.77º 0.86% 0.56% -
HSV(B) 247.77º 0.81% 0.94% -
XYZ 19.16 9.53 82.49 -
YUV 75.48 220.28 124.81 -
System Red Green Blue C M Y K H S L
Decimal 71 46 239 0.70 0.81 0 0.06 247.77 0.86 0.56
Hex 47 2E EF 46 51 0 6 F8 56 38
Octal 107 56 357 106 121 0 6 370 126 70
Binary 1000111 101110 11101111 1000110 1010001 0 110 11111000 1010110 111000

Color Harmonies of #472EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EEF

Black with #472EEF

Text Example


Text Example

White with #472EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,239); }

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

background-color css

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

 a { background-color: rgb(71,46,239); }

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

border-color css

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

 span { border-color: rgb(71,46,239); }

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