#481CED

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

Shades of Han Purple #481CED

Tints of Han Purple #481CED

Color information

#481CED (or 0x481CED) is unknown color: approx Han Purple. HEX triplet: 48, 1C and ED. RGB value is (72,28,237). Sum of RGB (Red+Green+Blue) = 72+28+237=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #481CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CED is #B7E312. Grayscale: #404040. Windows color (decimal): -12051219 or 15539272. OLE color: 15539272.

HSL color Cylindrical-coordinate representation of color #481CED: hue angle of 252.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481CED is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7228237-
CMYK0.700.8800.07
HSL252.63º85.31%51.96%-
HSV(B)252.63º88.19%92.94%-
XYZ18.378.3280.76-
YUV64.98225.08133.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 237 (92.97% from 255) = 70.33%
R=21.36%
G=8.31%
B=70.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72282370.700.8800.07252.6385.3151.96
Hex481CED465807fd5534
Octal110343551061300737512564
Binary10010001110011101101100011010110000111111111011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,237); }

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

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

 a { background-color: rgb(72,28,237); }

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

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

 span { border-color: rgb(72,28,237); }

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