Html Css Color HEX #470BFA Han Purple

📋 copy color: '#470BFA'

red 71 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #470BFA

Tints of Han Purple #470BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.3%

R = 21.39%
G = 3.31%
B = 75.3%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#470BFA (or 0x470BFA) is known color: Han Purple. HEX triplet: 47, 0B and FA. RGB value is (71,11,250). Sum of RGB (Red+Green+Blue) = 71+11+250=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #470BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470BFA is #B8F405. Grayscale: #373737. Windows color (decimal): -12121094 or 16386887. OLE color: 16386887.

HSL color Cylindrical-coordinate representation of color #470BFA: hue angle of 255.06º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470BFA is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 11 250 -
CMYK 0.72 0.96 0 0.02
HSL 255.06º 0.96% 0.51% -
HSV(B) 255.06º 0.96% 0.98% -
XYZ 19.97 8.48 91.03 -
YUV 56.19 237.38 138.57 -
System Red Green Blue C M Y K H S L
Decimal 71 11 250 0.72 0.96 0 0.02 255.06 0.96 0.51
Hex 47 B FA 48 60 0 2 FF 60 33
Octal 107 13 372 110 140 0 2 377 140 63
Binary 1000111 1011 11111010 1001000 1100000 0 10 11111111 1100000 110011

Color Harmonies of #470BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BFA

Black with #470BFA

Text Example


Text Example

White with #470BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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