Html Css Color HEX #470BF1 Han Purple

📋 copy color: '#470BF1'

red 71 ◦ green 11 ◦ blue 241

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

Shades of Han Purple #470BF1

Tints of Han Purple #470BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 74.61%

R = 21.98%
G = 3.41%
B = 74.61%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#470BF1 (or 0x470BF1) is known color: Han Purple. HEX triplet: 47, 0B and F1. RGB value is (71,11,241). Sum of RGB (Red+Green+Blue) = 71+11+241=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #470BF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470BF1 is #B8F40E. Grayscale: #363636. Windows color (decimal): -12121103 or 15797063. OLE color: 15797063.

HSL color Cylindrical-coordinate representation of color #470BF1: hue angle of 255.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470BF1 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 11 241 -
CMYK 0.71 0.95 0 0.05
HSL 255.65º 0.91% 0.49% -
HSV(B) 255.65º 0.95% 0.95% -
XYZ 18.6 7.93 83.77 -
YUV 55.16 232.88 139.3 -
System Red Green Blue C M Y K H S L
Decimal 71 11 241 0.71 0.95 0 0.05 255.65 0.91 0.49
Hex 47 B F1 47 5F 0 5 100 5B 31
Octal 107 13 361 107 137 0 5 400 133 61
Binary 1000111 1011 11110001 1000111 1011111 0 101 100000000 1011011 110001

Color Harmonies of #470BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BF1

Black with #470BF1

Text Example


Text Example

White with #470BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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