Html Css Color HEX #471CEA Han Purple

📋 copy color: '#471CEA'

red 71 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #471CEA

Tints of Han Purple #471CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.27%

R = 21.32%
G = 8.41%
B = 70.27%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#471CEA (or 0x471CEA) is known color: Han Purple. HEX triplet: 47, 1C and EA. RGB value is (71,28,234). Sum of RGB (Red+Green+Blue) = 71+28+234=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #471CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CEA is #B8E315. Grayscale: #3F3F3F. Windows color (decimal): -12116758 or 15342663. OLE color: 15342663.

HSL color Cylindrical-coordinate representation of color #471CEA: hue angle of 252.52º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471CEA is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 28 234 -
CMYK 0.70 0.88 0 0.08
HSL 252.52º 0.83% 0.51% -
HSV(B) 252.52º 0.88% 0.92% -
XYZ 17.87 8.11 78.47 -
YUV 64.34 223.75 132.75 -
System Red Green Blue C M Y K H S L
Decimal 71 28 234 0.70 0.88 0 0.08 252.52 0.83 0.51
Hex 47 1C EA 46 58 0 8 FD 53 33
Octal 107 34 352 106 130 0 10 375 123 63
Binary 1000111 11100 11101010 1000110 1011000 0 1000 11111101 1010011 110011

Color Harmonies of #471CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CEA

Black with #471CEA

Text Example


Text Example

White with #471CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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