Html Css Color HEX #471CEB Han Purple

📋 copy color: '#471CEB'

red 71 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #471CEB

Tints of Han Purple #471CEB

RGB

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

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

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

R = 21.26%
G = 8.38%
B = 70.36%

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

#471CEB (or 0x471CEB) is known color: Han Purple. HEX triplet: 47, 1C and EB. RGB value is (71,28,235). Sum of RGB (Red+Green+Blue) = 71+28+235=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #471CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CEB is #B8E314. Grayscale: #3F3F3F. Windows color (decimal): -12116757 or 15408199. OLE color: 15408199.

HSL color Cylindrical-coordinate representation of color #471CEB: hue angle of 252.46º 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 #471CEB is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 28 235 -
CMYK 0.70 0.88 0 0.08
HSL 252.46º 0.84% 0.52% -
HSV(B) 252.46º 0.88% 0.92% -
XYZ 18.01 8.17 79.22 -
YUV 64.46 224.25 132.67 -
System Red Green Blue C M Y K H S L
Decimal 71 28 235 0.70 0.88 0 0.08 252.46 0.84 0.52
Hex 47 1C EB 46 58 0 8 FC 54 34
Octal 107 34 353 106 130 0 10 374 124 64
Binary 1000111 11100 11101011 1000110 1011000 0 1000 11111100 1010100 110100

Color Harmonies of #471CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CEB

Black with #471CEB

Text Example


Text Example

White with #471CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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