#4800D1

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

Shades of Han Purple #4800D1

Tints of Han Purple #4800D1

Color information

#4800D1 (or 0x4800D1) is unknown color: approx Han Purple. HEX triplet: 48, 00 and D1. RGB value is (72,0,209). Sum of RGB (Red+Green+Blue) = 72+0+209=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 209 (82.03% from 255 or 74.38% from 281); Max value from RGB is 209 - color contains mainly: blue. Hex color #4800D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800D1 is #B7FF2E. Grayscale: #2C2C2C. Windows color (decimal): -12058415 or 13697096. OLE color: 13697096.

HSL color Cylindrical-coordinate representation of color #4800D1: hue angle of 260.67º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800D1 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB720209-
CMYK0.66100.18
HSL260.67º100%40.98%-
HSV(B)260.67º100%81.96%-
XYZ14.185.9860.73-
YUV45.35220.35147.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 74.38%
R=25.62%
G=0%
B=74.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal7202090.66100.18260.6710040.98
Hex480D142640121056429
Octal110032110214402240514451
Binary1001000011010001100001011001000100101000001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4800D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4800D1; }

 p { color: rgb(72,0,209); }

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

<style>
 a { background-color: #4800D1; }

 a { background-color: rgb(72,0,209); }

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

<style>
 span { border-color: #4800D1; }

 span { border-color: rgb(72,0,209); }

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