Html Css Color HEX #472EFF Han Purple

📋 copy color: '#472EFF'

red 71 ◦ green 46 ◦ blue 255

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

Shades of Han Purple #472EFF

Tints of Han Purple #472EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.37%

 BLUE value IS 255 (100% from 255) = 68.55%

R = 19.09%
G = 12.37%
B = 68.55%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#472EFF (or 0x472EFF) is known color: Han Purple. HEX triplet: 47, 2E and FF. RGB value is (71,46,255). Sum of RGB (Red+Green+Blue) = 71+46+255=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #472EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472EFF is #B8D100. Grayscale: #4C4C4C. Windows color (decimal): -12112129 or 16723527. OLE color: 16723527.

HSL color Cylindrical-coordinate representation of color #472EFF: hue angle of 247.18º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472EFF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 46 255 -
CMYK 0.72 0.82 0 0
HSL 247.18º 1% 0.59% -
HSV(B) 247.18º 0.82% 1% -
XYZ 21.63 10.51 95.5 -
YUV 77.3 228.28 123.51 -
System Red Green Blue C M Y K H S L
Decimal 71 46 255 0.72 0.82 0 0 247.18 1 0.59
Hex 47 2E FF 48 52 0 0 F7 64 3B
Octal 107 56 377 110 122 0 0 367 144 73
Binary 1000111 101110 11111111 1001000 1010010 0 0 11110111 1100100 111011

Color Harmonies of #472EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EFF

Black with #472EFF

Text Example


Text Example

White with #472EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472EFF; }

 p { color: rgb(71,46,255); }

 H1.HeaderClassName
 {
   color: #472EFF;
 }
 .AnyTagClassName
 {
   color: #472EFF;
 }
</style>

background-color css

<style>
 a { background-color: #472EFF; }

 a { background-color: rgb(71,46,255); }

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

border-color css

<style>
 span { border-color: #472EFF; }

 span { border-color: rgb(71,46,255); }

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