Html Css Color HEX #472AED Han Purple

📋 copy color: '#472AED'

red 71 ◦ green 42 ◦ blue 237

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

Shades of Han Purple #472AED

Tints of Han Purple #472AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 20.29%
G = 12%
B = 67.71%

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

#472AED (or 0x472AED) is known color: Han Purple. HEX triplet: 47, 2A and ED. RGB value is (71,42,237). Sum of RGB (Red+Green+Blue) = 71+42+237=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #472AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472AED is #B8D512. Grayscale: #484848. Windows color (decimal): -12113171 or 15542855. OLE color: 15542855.

HSL color Cylindrical-coordinate representation of color #472AED: hue angle of 248.92º degrees, saturation: 0.84, 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 #472AED is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 42 237 -
CMYK 0.70 0.82 0 0.07
HSL 248.92º 0.84% 0.55% -
HSV(B) 248.92º 0.82% 0.93% -
XYZ 18.71 9.11 80.89 -
YUV 72.9 220.61 126.64 -
System Red Green Blue C M Y K H S L
Decimal 71 42 237 0.70 0.82 0 0.07 248.92 0.84 0.55
Hex 47 2A ED 46 52 0 7 F9 54 37
Octal 107 52 355 106 122 0 7 371 124 67
Binary 1000111 101010 11101101 1000110 1010010 0 111 11111001 1010100 110111

Color Harmonies of #472AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472AED

Black with #472AED

Text Example


Text Example

White with #472AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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