Html Css Color HEX #470BDE Han Purple

📋 copy color: '#470BDE'

red 71 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #470BDE

Tints of Han Purple #470BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 23.36%
G = 3.62%
B = 73.03%

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

#470BDE (or 0x470BDE) is known color: Han Purple. HEX triplet: 47, 0B and DE. RGB value is (71,11,222). Sum of RGB (Red+Green+Blue) = 71+11+222=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #470BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BDE is #B8F421. Grayscale: #343434. Windows color (decimal): -12121122 or 14551879. OLE color: 14551879.

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

Color convert

RGB 71 11 222 -
CMYK 0.68 0.95 0 0.13
HSL 257.06º 0.91% 0.46% -
HSV(B) 257.06º 0.95% 0.87% -
XYZ 15.9 6.85 69.59 -
YUV 52.99 223.38 140.84 -
System Red Green Blue C M Y K H S L
Decimal 71 11 222 0.68 0.95 0 0.13 257.06 0.91 0.46
Hex 47 B DE 44 5F 0 D 101 5B 2E
Octal 107 13 336 104 137 0 15 401 133 56
Binary 1000111 1011 11011110 1000100 1011111 0 1101 100000001 1011011 101110

Color Harmonies of #470BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BDE

Black with #470BDE

Text Example


Text Example

White with #470BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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