Html Css Color HEX #471AE2 Han Purple

📋 copy color: '#471AE2'

red 71 ◦ green 26 ◦ blue 226

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

Shades of Han Purple #471AE2

Tints of Han Purple #471AE2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.05%

 BLUE value IS 226 (88.67% from 255) = 69.97%

R = 21.98%
G = 8.05%
B = 69.97%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#471AE2 (or 0x471AE2) is known color: Han Purple. HEX triplet: 47, 1A and E2. RGB value is (71,26,226). Sum of RGB (Red+Green+Blue) = 71+26+226=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #471AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AE2 is #B8E51D. Grayscale: #3D3D3D. Windows color (decimal): -12117278 or 14817863. OLE color: 14817863.

HSL color Cylindrical-coordinate representation of color #471AE2: hue angle of 253.5º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471AE2 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 26 226 -
CMYK 0.69 0.88 0 0.11
HSL 253.5º 0.79% 0.49% -
HSV(B) 253.5º 0.88% 0.89% -
XYZ 16.7 7.57 72.53 -
YUV 62.26 220.41 134.24 -
System Red Green Blue C M Y K H S L
Decimal 71 26 226 0.69 0.88 0 0.11 253.5 0.79 0.49
Hex 47 1A E2 45 58 0 B FE 4F 31
Octal 107 32 342 105 130 0 13 376 117 61
Binary 1000111 11010 11100010 1000101 1011000 0 1011 11111110 1001111 110001

Color Harmonies of #471AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AE2

Black with #471AE2

Text Example


Text Example

White with #471AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,226); }

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

background-color css

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

 a { background-color: rgb(71,26,226); }

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

border-color css

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

 span { border-color: rgb(71,26,226); }

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