Html Css Color HEX #472EDA Han Purple

📋 copy color: '#472EDA'

red 71 ◦ green 46 ◦ blue 218

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

Shades of Han Purple #472EDA

Tints of Han Purple #472EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 21.19%
G = 13.73%
B = 65.07%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#472EDA (or 0x472EDA) is known color: Han Purple. HEX triplet: 47, 2E and DA. RGB value is (71,46,218). Sum of RGB (Red+Green+Blue) = 71+46+218=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #472EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EDA is #B8D125. Grayscale: #484848. Windows color (decimal): -12112166 or 14298695. OLE color: 14298695.

HSL color Cylindrical-coordinate representation of color #472EDA: hue angle of 248.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472EDA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 46 218 -
CMYK 0.67 0.79 0 0.15
HSL 248.72º 0.7% 0.52% -
HSV(B) 248.72º 0.79% 0.85% -
XYZ 16.23 8.36 67.09 -
YUV 73.08 209.78 126.51 -
System Red Green Blue C M Y K H S L
Decimal 71 46 218 0.67 0.79 0 0.15 248.72 0.7 0.52
Hex 47 2E DA 43 4F 0 F F9 46 34
Octal 107 56 332 103 117 0 17 371 106 64
Binary 1000111 101110 11011010 1000011 1001111 0 1111 11111001 1000110 110100

Color Harmonies of #472EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EDA

Black with #472EDA

Text Example


Text Example

White with #472EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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