Html Css Color HEX #470ADD Han Purple

📋 copy color: '#470ADD'

red 71 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #470ADD

Tints of Han Purple #470ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 23.51%
G = 3.31%
B = 73.18%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#470ADD (or 0x470ADD) is known color: Han Purple. HEX triplet: 47, 0A and DD. RGB value is (71,10,221). Sum of RGB (Red+Green+Blue) = 71+10+221=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #470ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ADD is #B8F522. Grayscale: #333333. Windows color (decimal): -12121379 or 14486087. OLE color: 14486087.

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

Color convert

RGB 71 10 221 -
CMYK 0.68 0.95 0 0.13
HSL 257.35º 0.91% 0.45% -
HSV(B) 257.35º 0.95% 0.87% -
XYZ 15.76 6.78 68.88 -
YUV 52.29 223.21 141.34 -
System Red Green Blue C M Y K H S L
Decimal 71 10 221 0.68 0.95 0 0.13 257.35 0.91 0.45
Hex 47 A DD 44 5F 0 D 101 5B 2D
Octal 107 12 335 104 137 0 15 401 133 55
Binary 1000111 1010 11011101 1000100 1011111 0 1101 100000001 1011011 101101

Color Harmonies of #470ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470ADD

Black with #470ADD

Text Example


Text Example

White with #470ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,10,221); }

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

background-color css

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

 a { background-color: rgb(71,10,221); }

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

border-color css

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

 span { border-color: rgb(71,10,221); }

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