Html Css Color HEX #471AEA Han Purple

📋 copy color: '#471AEA'

red 71 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #471AEA

Tints of Han Purple #471AEA

RGB

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

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

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

R = 21.45%
G = 7.85%
B = 70.69%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#471AEA (or 0x471AEA) is known color: Han Purple. HEX triplet: 47, 1A and EA. RGB value is (71,26,234). Sum of RGB (Red+Green+Blue) = 71+26+234=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #471AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AEA is #B8E515. Grayscale: #3E3E3E. Windows color (decimal): -12117270 or 15342151. OLE color: 15342151.

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

Color convert

RGB 71 26 234 -
CMYK 0.70 0.89 0 0.08
HSL 252.98º 0.83% 0.51% -
HSV(B) 252.98º 0.89% 0.92% -
XYZ 17.82 8.02 78.45 -
YUV 63.17 224.41 133.59 -
System Red Green Blue C M Y K H S L
Decimal 71 26 234 0.70 0.89 0 0.08 252.98 0.83 0.51
Hex 47 1A EA 46 59 0 8 FD 53 33
Octal 107 32 352 106 131 0 10 375 123 63
Binary 1000111 11010 11101010 1000110 1011001 0 1000 11111101 1010011 110011

Color Harmonies of #471AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AEA

Black with #471AEA

Text Example


Text Example

White with #471AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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