#4D1AFB

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

Shades of Han Purple #4D1AFB

Tints of Han Purple #4D1AFB

Color information

#4D1AFB (or 0x4D1AFB) is unknown color: approx Han Purple. HEX triplet: 4D, 1A and FB. RGB value is (77,26,251). Sum of RGB (Red+Green+Blue) = 77+26+251=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1AFB is #B2E504. Grayscale: #424242. Windows color (decimal): -11724037 or 16456269. OLE color: 16456269.

HSL color Cylindrical-coordinate representation of color #4D1AFB: hue angle of 253.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1AFB is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7726251-
CMYK0.690.9000.02
HSL253.6º96.57%54.31%-
HSV(B)253.6º89.64%98.43%-
XYZ20.849.2891.96-
YUV66.9231.9135.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.75%
GREEN value IS 26 (10.55% from 255) = 7.34%
BLUE value IS 251 (98.44% from 255) = 70.90%
R=21.75%
G=7.34%
B=70.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal77262510.690.9000.02253.696.5754.31
Hex4D1AFB455A02fe6136
Octal115323731051320237614166
Binary1001101110101111101110001011011010010111111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1AFB; }

 p { color: rgb(77,26,251); }

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

<style>
 a { background-color: #4D1AFB; }

 a { background-color: rgb(77,26,251); }

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

<style>
 span { border-color: #4D1AFB; }

 span { border-color: rgb(77,26,251); }

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