Html Css Color HEX #471BFD Han Purple

📋 copy color: '#471BFD'

red 71 ◦ green 27 ◦ blue 253

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

Shades of Han Purple #471BFD

Tints of Han Purple #471BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.69%

 BLUE value IS 253 (99.22% from 255) = 72.08%

R = 20.23%
G = 7.69%
B = 72.08%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#471BFD (or 0x471BFD) is known color: Han Purple. HEX triplet: 47, 1B and FD. RGB value is (71,27,253). Sum of RGB (Red+Green+Blue) = 71+27+253=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #471BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BFD is #B8E402. Grayscale: #414141. Windows color (decimal): -12116995 or 16587591. OLE color: 16587591.

HSL color Cylindrical-coordinate representation of color #471BFD: hue angle of 251.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BFD is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 27 253 -
CMYK 0.72 0.89 0 0.01
HSL 251.68º 0.98% 0.55% -
HSV(B) 251.68º 0.89% 0.99% -
XYZ 20.72 9.22 93.62 -
YUV 65.92 233.58 131.62 -
System Red Green Blue C M Y K H S L
Decimal 71 27 253 0.72 0.89 0 0.01 251.68 0.98 0.55
Hex 47 1B FD 48 59 0 1 FC 62 37
Octal 107 33 375 110 131 0 1 374 142 67
Binary 1000111 11011 11111101 1001000 1011001 0 1 11111100 1100010 110111

Color Harmonies of #471BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BFD

Black with #471BFD

Text Example


Text Example

White with #471BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,27,253); }

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

background-color css

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

 a { background-color: rgb(71,27,253); }

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

border-color css

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

 span { border-color: rgb(71,27,253); }

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