Html Css Color HEX #471EEB Han Purple

📋 copy color: '#471EEB'

red 71 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #471EEB

Tints of Han Purple #471EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 235 (92.19% from 255) = 69.94%

R = 21.13%
G = 8.93%
B = 69.94%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#471EEB (or 0x471EEB) is known color: Han Purple. HEX triplet: 47, 1E and EB. RGB value is (71,30,235). Sum of RGB (Red+Green+Blue) = 71+30+235=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #471EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EEB is #B8E114. Grayscale: #404040. Windows color (decimal): -12116245 or 15408711. OLE color: 15408711.

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

Color convert

RGB 71 30 235 -
CMYK 0.70 0.87 0 0.08
HSL 252º 0.84% 0.52% -
HSV(B) 252º 0.87% 0.92% -
XYZ 18.06 8.27 79.24 -
YUV 65.63 223.58 131.83 -
System Red Green Blue C M Y K H S L
Decimal 71 30 235 0.70 0.87 0 0.08 252 0.84 0.52
Hex 47 1E EB 46 57 0 8 FC 54 34
Octal 107 36 353 106 127 0 10 374 124 64
Binary 1000111 11110 11101011 1000110 1010111 0 1000 11111100 1010100 110100

Color Harmonies of #471EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EEB

Black with #471EEB

Text Example


Text Example

White with #471EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,235); }

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

background-color css

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

 a { background-color: rgb(71,30,235); }

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

border-color css

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

 span { border-color: rgb(71,30,235); }

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