Html Css Color HEX #470DFB Han Purple

📋 copy color: '#470DFB'

red 71 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #470DFB

Tints of Han Purple #470DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 251 (98.44% from 255) = 74.93%

R = 21.19%
G = 3.88%
B = 74.93%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#470DFB (or 0x470DFB) is known color: Han Purple. HEX triplet: 47, 0D and FB. RGB value is (71,13,251). Sum of RGB (Red+Green+Blue) = 71+13+251=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #470DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470DFB is #B8F204. Grayscale: #383838. Windows color (decimal): -12120581 or 16452935. OLE color: 16452935.

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

Color convert

RGB 71 13 251 -
CMYK 0.72 0.95 0 0.02
HSL 254.62º 0.97% 0.52% -
HSV(B) 254.62º 0.95% 0.98% -
XYZ 20.16 8.59 91.86 -
YUV 57.47 237.22 137.65 -
System Red Green Blue C M Y K H S L
Decimal 71 13 251 0.72 0.95 0 0.02 254.62 0.97 0.52
Hex 47 D FB 48 5F 0 2 FF 61 34
Octal 107 15 373 110 137 0 2 377 141 64
Binary 1000111 1101 11111011 1001000 1011111 0 10 11111111 1100001 110100

Color Harmonies of #470DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DFB

Black with #470DFB

Text Example


Text Example

White with #470DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,13,251); }

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

background-color css

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

 a { background-color: rgb(71,13,251); }

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

border-color css

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

 span { border-color: rgb(71,13,251); }

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