Html Css Color HEX #471BDA Han Purple

📋 copy color: '#471BDA'

red 71 ◦ green 27 ◦ blue 218

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

Shades of Han Purple #471BDA

Tints of Han Purple #471BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 22.47%
G = 8.54%
B = 68.99%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#471BDA (or 0x471BDA) is known color: Han Purple. HEX triplet: 47, 1B and DA. RGB value is (71,27,218). Sum of RGB (Red+Green+Blue) = 71+27+218=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #471BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BDA is #B8E425. Grayscale: #3D3D3D. Windows color (decimal): -12117030 or 14293831. OLE color: 14293831.

HSL color Cylindrical-coordinate representation of color #471BDA: hue angle of 253.82º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471BDA is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 27 218 -
CMYK 0.67 0.88 0 0.15
HSL 253.82º 0.78% 0.48% -
HSV(B) 253.82º 0.88% 0.85% -
XYZ 15.65 7.19 66.89 -
YUV 61.93 216.08 134.47 -
System Red Green Blue C M Y K H S L
Decimal 71 27 218 0.67 0.88 0 0.15 253.82 0.78 0.48
Hex 47 1B DA 43 58 0 F FE 4E 30
Octal 107 33 332 103 130 0 17 376 116 60
Binary 1000111 11011 11011010 1000011 1011000 0 1111 11111110 1001110 110000

Color Harmonies of #471BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BDA

Black with #471BDA

Text Example


Text Example

White with #471BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,27,218); }

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

background-color css

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

 a { background-color: rgb(71,27,218); }

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

border-color css

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

 span { border-color: rgb(71,27,218); }

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