Html Css Color HEX #470BF8 Han Purple

📋 copy color: '#470BF8'

red 71 ◦ green 11 ◦ blue 248

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

Shades of Han Purple #470BF8

Tints of Han Purple #470BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 75.15%

R = 21.52%
G = 3.33%
B = 75.15%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#470BF8 (or 0x470BF8) is known color: Han Purple. HEX triplet: 47, 0B and F8. RGB value is (71,11,248). Sum of RGB (Red+Green+Blue) = 71+11+248=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 248 (97.27% from 255 or 75.15% from 330); Max value from RGB is 248 - color contains mainly: blue. Hex color #470BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470BF8 is #B8F407. Grayscale: #373737. Windows color (decimal): -12121096 or 16255815. OLE color: 16255815.

HSL color Cylindrical-coordinate representation of color #470BF8: hue angle of 255.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470BF8 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 11 248 -
CMYK 0.71 0.96 0 0.03
HSL 255.19º 0.94% 0.51% -
HSV(B) 255.19º 0.96% 0.97% -
XYZ 19.66 8.36 89.38 -
YUV 55.96 236.38 138.73 -
System Red Green Blue C M Y K H S L
Decimal 71 11 248 0.71 0.96 0 0.03 255.19 0.94 0.51
Hex 47 B F8 47 60 0 3 FF 5E 33
Octal 107 13 370 107 140 0 3 377 136 63
Binary 1000111 1011 11111000 1000111 1100000 0 11 11111111 1011110 110011

Color Harmonies of #470BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BF8

Black with #470BF8

Text Example


Text Example

White with #470BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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