Html Css Color HEX #470DDB Han Purple

📋 copy color: '#470DDB'

red 71 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #470DDB

Tints of Han Purple #470DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

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

R = 23.43%
G = 4.29%
B = 72.28%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#470DDB (or 0x470DDB) is known color: Han Purple. HEX triplet: 47, 0D and DB. RGB value is (71,13,219). Sum of RGB (Red+Green+Blue) = 71+13+219=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #470DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DDB is #B8F224. Grayscale: #353535. Windows color (decimal): -12120613 or 14355783. OLE color: 14355783.

HSL color Cylindrical-coordinate representation of color #470DDB: hue angle of 256.89º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470DDB is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 13 219 -
CMYK 0.68 0.94 0 0.14
HSL 256.89º 0.89% 0.45% -
HSV(B) 256.89º 0.94% 0.86% -
XYZ 15.53 6.74 67.5 -
YUV 53.83 221.22 140.25 -
System Red Green Blue C M Y K H S L
Decimal 71 13 219 0.68 0.94 0 0.14 256.89 0.89 0.45
Hex 47 D DB 44 5E 0 E 101 59 2D
Octal 107 15 333 104 136 0 16 401 131 55
Binary 1000111 1101 11011011 1000100 1011110 0 1110 100000001 1011001 101101

Color Harmonies of #470DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DDB

Black with #470DDB

Text Example


Text Example

White with #470DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470DDB; }

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

 H1.HeaderClassName
 {
   color: #470DDB;
 }
 .AnyTagClassName
 {
   color: #470DDB;
 }
</style>

background-color css

<style>
 a { background-color: #470DDB; }

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

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

border-color css

<style>
 span { border-color: #470DDB; }

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

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