Html Css Color HEX #470BDB Han Purple

📋 copy color: '#470BDB'

red 71 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #470BDB

Tints of Han Purple #470BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

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

R = 23.59%
G = 3.65%
B = 72.76%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#470BDB (or 0x470BDB) is known color: Han Purple. HEX triplet: 47, 0B and DB. RGB value is (71,11,219). Sum of RGB (Red+Green+Blue) = 71+11+219=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #470BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BDB is #B8F424. Grayscale: #333333. Windows color (decimal): -12121125 or 14355271. OLE color: 14355271.

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

Color convert

RGB 71 11 219 -
CMYK 0.68 0.95 0 0.14
HSL 257.31º 0.9% 0.45% -
HSV(B) 257.31º 0.95% 0.86% -
XYZ 15.5 6.69 67.49 -
YUV 52.65 221.88 141.09 -
System Red Green Blue C M Y K H S L
Decimal 71 11 219 0.68 0.95 0 0.14 257.31 0.9 0.45
Hex 47 B DB 44 5F 0 E 101 5A 2D
Octal 107 13 333 104 137 0 16 401 132 55
Binary 1000111 1011 11011011 1000100 1011111 0 1110 100000001 1011010 101101

Color Harmonies of #470BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BDB

Black with #470BDB

Text Example


Text Example

White with #470BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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