Html Css Color HEX #471CDB Han Purple

📋 copy color: '#471CDB'

red 71 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #471CDB

Tints of Han Purple #471CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.87%

R = 22.33%
G = 8.81%
B = 68.87%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#471CDB (or 0x471CDB) is known color: Han Purple. HEX triplet: 47, 1C and DB. RGB value is (71,28,219). Sum of RGB (Red+Green+Blue) = 71+28+219=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #471CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CDB is #B8E324. Grayscale: #3D3D3D. Windows color (decimal): -12116773 or 14359623. OLE color: 14359623.

HSL color Cylindrical-coordinate representation of color #471CDB: hue angle of 253.51º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471CDB is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 28 219 -
CMYK 0.68 0.87 0 0.14
HSL 253.51º 0.77% 0.48% -
HSV(B) 253.51º 0.87% 0.86% -
XYZ 15.8 7.28 67.59 -
YUV 62.63 216.25 133.97 -
System Red Green Blue C M Y K H S L
Decimal 71 28 219 0.68 0.87 0 0.14 253.51 0.77 0.48
Hex 47 1C DB 44 57 0 E FE 4D 30
Octal 107 34 333 104 127 0 16 376 115 60
Binary 1000111 11100 11011011 1000100 1010111 0 1110 11111110 1001101 110000

Color Harmonies of #471CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CDB

Black with #471CDB

Text Example


Text Example

White with #471CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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