Html Css Color HEX #472BEA Han Purple

📋 copy color: '#472BEA'

red 71 ◦ green 43 ◦ blue 234

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

Shades of Han Purple #472BEA

Tints of Han Purple #472BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 20.4%
G = 12.36%
B = 67.24%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#472BEA (or 0x472BEA) is known color: Han Purple. HEX triplet: 47, 2B and EA. RGB value is (71,43,234). Sum of RGB (Red+Green+Blue) = 71+43+234=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #472BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472BEA is #B8D415. Grayscale: #484848. Windows color (decimal): -12112918 or 15346503. OLE color: 15346503.

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

Color convert

RGB 71 43 234 -
CMYK 0.70 0.82 0 0.08
HSL 248.8º 0.82% 0.54% -
HSV(B) 248.8º 0.82% 0.92% -
XYZ 18.31 9.01 78.62 -
YUV 73.15 218.78 126.47 -
System Red Green Blue C M Y K H S L
Decimal 71 43 234 0.70 0.82 0 0.08 248.8 0.82 0.54
Hex 47 2B EA 46 52 0 8 F9 52 36
Octal 107 53 352 106 122 0 10 371 122 66
Binary 1000111 101011 11101010 1000110 1010010 0 1000 11111001 1010010 110110

Color Harmonies of #472BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BEA

Black with #472BEA

Text Example


Text Example

White with #472BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,234); }

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

background-color css

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

 a { background-color: rgb(71,43,234); }

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

border-color css

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

 span { border-color: rgb(71,43,234); }

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