Html Css Color HEX #472EEB Han Purple

📋 copy color: '#472EEB'

red 71 ◦ green 46 ◦ blue 235

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

Shades of Han Purple #472EEB

Tints of Han Purple #472EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 20.17%
G = 13.07%
B = 66.76%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#472EEB (or 0x472EEB) is known color: Han Purple. HEX triplet: 47, 2E and EB. RGB value is (71,46,235). Sum of RGB (Red+Green+Blue) = 71+46+235=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #472EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472EEB is #B8D114. Grayscale: #4A4A4A. Windows color (decimal): -12112149 or 15412807. OLE color: 15412807.

HSL color Cylindrical-coordinate representation of color #472EEB: hue angle of 247.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472EEB is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 46 235 -
CMYK 0.70 0.80 0 0.08
HSL 247.94º 0.83% 0.55% -
HSV(B) 247.94º 0.8% 0.92% -
XYZ 18.57 9.29 79.41 -
YUV 75.02 218.28 125.13 -
System Red Green Blue C M Y K H S L
Decimal 71 46 235 0.70 0.80 0 0.08 247.94 0.83 0.55
Hex 47 2E EB 46 50 0 8 F8 53 37
Octal 107 56 353 106 120 0 10 370 123 67
Binary 1000111 101110 11101011 1000110 1010000 0 1000 11111000 1010011 110111

Color Harmonies of #472EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EEB

Black with #472EEB

Text Example


Text Example

White with #472EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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