Html Css Color HEX #471EEF Han Purple

📋 copy color: '#471EEF'

red 71 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #471EEF

Tints of Han Purple #471EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.82%

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

R = 20.88%
G = 8.82%
B = 70.29%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#471EEF (or 0x471EEF) is known color: Han Purple. HEX triplet: 47, 1E and EF. RGB value is (71,30,239). Sum of RGB (Red+Green+Blue) = 71+30+239=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #471EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EEF is #B8E110. Grayscale: #414141. Windows color (decimal): -12116241 or 15670855. OLE color: 15670855.

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

Color convert

RGB 71 30 239 -
CMYK 0.70 0.87 0 0.06
HSL 251.77º 0.87% 0.53% -
HSV(B) 251.77º 0.87% 0.94% -
XYZ 18.64 8.5 82.32 -
YUV 66.09 225.58 131.51 -
System Red Green Blue C M Y K H S L
Decimal 71 30 239 0.70 0.87 0 0.06 251.77 0.87 0.53
Hex 47 1E EF 46 57 0 6 FC 57 35
Octal 107 36 357 106 127 0 6 374 127 65
Binary 1000111 11110 11101111 1000110 1010111 0 110 11111100 1010111 110101

Color Harmonies of #471EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EEF

Black with #471EEF

Text Example


Text Example

White with #471EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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