Html Css Color HEX #472AEE Han Purple

📋 copy color: '#472AEE'

red 71 ◦ green 42 ◦ blue 238

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

Shades of Han Purple #472AEE

Tints of Han Purple #472AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.97%

 BLUE value IS 238 (93.36% from 255) = 67.81%

R = 20.23%
G = 11.97%
B = 67.81%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#472AEE (or 0x472AEE) is known color: Han Purple. HEX triplet: 47, 2A and EE. RGB value is (71,42,238). Sum of RGB (Red+Green+Blue) = 71+42+238=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #472AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472AEE is #B8D511. Grayscale: #484848. Windows color (decimal): -12113170 or 15608391. OLE color: 15608391.

HSL color Cylindrical-coordinate representation of color #472AEE: hue angle of 248.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472AEE is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 42 238 -
CMYK 0.70 0.82 0 0.07
HSL 248.88º 0.85% 0.55% -
HSV(B) 248.88º 0.82% 0.93% -
XYZ 18.86 9.17 81.66 -
YUV 73.02 221.11 126.56 -
System Red Green Blue C M Y K H S L
Decimal 71 42 238 0.70 0.82 0 0.07 248.88 0.85 0.55
Hex 47 2A EE 46 52 0 7 F9 55 37
Octal 107 52 356 106 122 0 7 371 125 67
Binary 1000111 101010 11101110 1000110 1010010 0 111 11111001 1010101 110111

Color Harmonies of #472AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472AEE

Black with #472AEE

Text Example


Text Example

White with #472AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,42,238); }

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

background-color css

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

 a { background-color: rgb(71,42,238); }

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

border-color css

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

 span { border-color: rgb(71,42,238); }

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