#481BDF

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

Shades of Han Purple #481BDF

Tints of Han Purple #481BDF

Color information

#481BDF (or 0x481BDF) is unknown color: approx Han Purple. HEX triplet: 48, 1B and DF. RGB value is (72,27,223). Sum of RGB (Red+Green+Blue) = 72+27+223=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #481BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BDF is #B7E420. Grayscale: #3E3E3E. Windows color (decimal): -12051489 or 14621512. OLE color: 14621512.

HSL color Cylindrical-coordinate representation of color #481BDF: hue angle of 253.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BDF is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7227223-
CMYK0.680.8800.13
HSL253.78º78.4%49.02%-
HSV(B)253.78º87.89%87.45%-
XYZ16.387.4970.39-
YUV62.8218.41134.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 27 (10.94% from 255) = 8.39%
BLUE value IS 223 (87.5% from 255) = 69.25%
R=22.36%
G=8.39%
B=69.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72272230.680.8800.13253.7878.449.02
Hex481BDF44580Dfe4e31
Octal1103333710413001537611661
Binary100100011011110111111000100101100001101111111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,27,223); }

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

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

 a { background-color: rgb(72,27,223); }

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

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

 span { border-color: rgb(72,27,223); }

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