Html Css Color HEX #471AFA Han Purple

📋 copy color: '#471AFA'

red 71 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #471AFA

Tints of Han Purple #471AFA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

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

R = 20.46%
G = 7.49%
B = 72.05%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#471AFA (or 0x471AFA) is known color: Han Purple. HEX triplet: 47, 1A and FA. RGB value is (71,26,250). Sum of RGB (Red+Green+Blue) = 71+26+250=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #471AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AFA is #B8E505. Grayscale: #404040. Windows color (decimal): -12117254 or 16390727. OLE color: 16390727.

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

Color convert

RGB 71 26 250 -
CMYK 0.72 0.90 0 0.02
HSL 252.05º 0.96% 0.54% -
HSV(B) 252.05º 0.9% 0.98% -
XYZ 20.22 8.98 91.11 -
YUV 64.99 232.41 132.29 -
System Red Green Blue C M Y K H S L
Decimal 71 26 250 0.72 0.90 0 0.02 252.05 0.96 0.54
Hex 47 1A FA 48 5A 0 2 FC 60 36
Octal 107 32 372 110 132 0 2 374 140 66
Binary 1000111 11010 11111010 1001000 1011010 0 10 11111100 1100000 110110

Color Harmonies of #471AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AFA

Black with #471AFA

Text Example


Text Example

White with #471AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471AFA; }

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

 H1.HeaderClassName
 {
   color: #471AFA;
 }
 .AnyTagClassName
 {
   color: #471AFA;
 }
</style>

background-color css

<style>
 a { background-color: #471AFA; }

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

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

border-color css

<style>
 span { border-color: #471AFA; }

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

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