#482FE6

Color #482FE6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #482FE6

Tints of Han Purple #482FE6

Color information

#482FE6 (or 0x482FE6) is unknown color: approx Han Purple. HEX triplet: 48, 2F and E6. RGB value is (72,47,230). Sum of RGB (Red+Green+Blue) = 72+47+230=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 230 (90.23% from 255 or 65.90% from 349); Max value from RGB is 230 - color contains mainly: blue. Hex color #482FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482FE6 is #B7D019. Grayscale: #4A4A4A. Windows color (decimal): -12046362 or 15085384. OLE color: 15085384.

HSL color Cylindrical-coordinate representation of color #482FE6: hue angle of 248.2º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482FE6 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7247230-
CMYK0.690.8000.10
HSL248.2º78.54%54.31%-
HSV(B)248.2º79.57%90.2%-
XYZ17.979.1275.68-
YUV75.34215.28125.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 47 (18.75% from 255) = 13.47%
BLUE value IS 230 (90.23% from 255) = 65.90%
R=20.63%
G=13.47%
B=65.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72472300.690.8000.10248.278.5454.31
Hex482FE645500Af84f36
Octal1105734610512001237011766
Binary1001000101111111001101000101101000001010111110001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482FE6; }

 p { color: rgb(72,47,230); }

 H1.HeaderClassName
 {
   color: #482FE6;
 }
 .AnyTagClassName
 {
   color: #482FE6;
 }
</style>
background-color css

<style>
 a { background-color: #482FE6; }

 a { background-color: rgb(72,47,230); }

 div.DivClassName
 {
   background-color: #482FE6;
 }
 .BgClassName
 {
   background-color: #482FE6;
 }
</style>
border-color css

<style>
 span { border-color: #482FE6; }

 span { border-color: rgb(72,47,230); }

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