Html Css Color HEX #471DEF Han Purple

📋 copy color: '#471DEF'

red 71 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #471DEF

Tints of Han Purple #471DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.55%

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

R = 20.94%
G = 8.55%
B = 70.5%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#471DEF (or 0x471DEF) is known color: Han Purple. HEX triplet: 47, 1D and EF. RGB value is (71,29,239). Sum of RGB (Red+Green+Blue) = 71+29+239=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #471DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DEF is #B8E210. Grayscale: #404040. Windows color (decimal): -12116497 or 15670599. OLE color: 15670599.

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

Color convert

RGB 71 29 239 -
CMYK 0.70 0.88 0 0.06
HSL 252º 0.87% 0.53% -
HSV(B) 252º 0.88% 0.94% -
XYZ 18.62 8.45 82.31 -
YUV 65.5 225.91 131.92 -
System Red Green Blue C M Y K H S L
Decimal 71 29 239 0.70 0.88 0 0.06 252 0.87 0.53
Hex 47 1D EF 46 58 0 6 FC 57 35
Octal 107 35 357 106 130 0 6 374 127 65
Binary 1000111 11101 11101111 1000110 1011000 0 110 11111100 1010111 110101

Color Harmonies of #471DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DEF

Black with #471DEF

Text Example


Text Example

White with #471DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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