Html Css Color HEX #470CDB Han Purple

📋 copy color: '#470CDB'

red 71 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #470CDB

Tints of Han Purple #470CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 23.51%
G = 3.97%
B = 72.52%

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

#470CDB (or 0x470CDB) is known color: Han Purple. HEX triplet: 47, 0C and DB. RGB value is (71,12,219). Sum of RGB (Red+Green+Blue) = 71+12+219=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #470CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CDB is #B8F324. Grayscale: #343434. Windows color (decimal): -12120869 or 14355527. OLE color: 14355527.

HSL color Cylindrical-coordinate representation of color #470CDB: hue angle of 257.1º 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 #470CDB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 12 219 -
CMYK 0.68 0.95 0 0.14
HSL 257.1º 0.9% 0.45% -
HSV(B) 257.1º 0.95% 0.86% -
XYZ 15.52 6.72 67.5 -
YUV 53.24 221.55 140.67 -
System Red Green Blue C M Y K H S L
Decimal 71 12 219 0.68 0.95 0 0.14 257.1 0.9 0.45
Hex 47 C DB 44 5F 0 E 101 5A 2D
Octal 107 14 333 104 137 0 16 401 132 55
Binary 1000111 1100 11011011 1000100 1011111 0 1110 100000001 1011010 101101

Color Harmonies of #470CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CDB

Black with #470CDB

Text Example


Text Example

White with #470CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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