#471DEB

Color #471DEB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #471DEB

Tints of Han Purple #471DEB

Color information

#471DEB (or 0x471DEB) is unknown color: approx Han Purple. HEX triplet: 47, 1D and EB. RGB value is (71,29,235). Sum of RGB (Red+Green+Blue) = 71+29+235=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #471DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DEB is #B8E214. Grayscale: #404040. Windows color (decimal): -12116501 or 15408455. OLE color: 15408455.

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

Color convert

RGB7129235-
CMYK0.700.8800.08
HSL252.23º83.74%51.76%-
HSV(B)252.23º87.66%92.16%-
XYZ18.038.2279.23-
YUV65.04223.91132.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 29 (11.72% from 255) = 8.66%
BLUE value IS 235 (92.19% from 255) = 70.15%
R=21.19%
G=8.66%
B=70.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71292350.700.8800.08252.2383.7451.76
Hex471DEB465808fc5434
Octal1073535310613001037412464
Binary100011111101111010111000110101100001000111111001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471DEB;
 }
 .AnyTagClassName
 {
   color: #471DEB;
 }
</style>
background-color css

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

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

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

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

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

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