#481EEF

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

Shades of Han Purple #481EEF

Tints of Han Purple #481EEF

Color information

#481EEF (or 0x481EEF) is unknown color: approx Han Purple. HEX triplet: 48, 1E and EF. RGB value is (72,30,239). Sum of RGB (Red+Green+Blue) = 72+30+239=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #481EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EEF is #B7E110. Grayscale: #414141. Windows color (decimal): -12050705 or 15670856. OLE color: 15670856.

HSL color Cylindrical-coordinate representation of color #481EEF: hue angle of 252.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481EEF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7230239-
CMYK0.700.8700.06
HSL252.06º86.72%52.75%-
HSV(B)252.06º87.45%93.73%-
XYZ18.728.5482.32-
YUV66.38225.41132.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 239 (93.75% from 255) = 70.09%
R=21.11%
G=8.80%
B=70.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72302390.700.8700.06252.0686.7252.75
Hex481EEF465706fc5735
Octal110363571061270637412765
Binary10010001111011101111100011010101110110111111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481EEF; }

 p { color: rgb(72,30,239); }

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

<style>
 a { background-color: #481EEF; }

 a { background-color: rgb(72,30,239); }

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

<style>
 span { border-color: #481EEF; }

 span { border-color: rgb(72,30,239); }

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