Html Css Color HEX #471CEF Han Purple

📋 copy color: '#471CEF'

red 71 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #471CEF

Tints of Han Purple #471CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.28%

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

R = 21.01%
G = 8.28%
B = 70.71%

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

#471CEF (or 0x471CEF) is known color: Han Purple. HEX triplet: 47, 1C and EF. RGB value is (71,28,239). Sum of RGB (Red+Green+Blue) = 71+28+239=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #471CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CEF is #B8E310. Grayscale: #404040. Windows color (decimal): -12116753 or 15670343. OLE color: 15670343.

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

Color convert

RGB 71 28 239 -
CMYK 0.70 0.88 0 0.06
HSL 252.23º 0.87% 0.52% -
HSV(B) 252.23º 0.88% 0.94% -
XYZ 18.59 8.4 82.3 -
YUV 64.91 226.25 132.34 -
System Red Green Blue C M Y K H S L
Decimal 71 28 239 0.70 0.88 0 0.06 252.23 0.87 0.52
Hex 47 1C EF 46 58 0 6 FC 57 34
Octal 107 34 357 106 130 0 6 374 127 64
Binary 1000111 11100 11101111 1000110 1011000 0 110 11111100 1010111 110100

Color Harmonies of #471CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CEF

Black with #471CEF

Text Example


Text Example

White with #471CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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