#4c00d1

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

Shades of Han Purple #4C00D1

Tints of Han Purple #4C00D1

Color information

#4C00D1 (or 0x4C00D1) is unknown color: approx Han Purple. HEX triplet: 4C, 00 and D1. RGB value is (76,0,209). Sum of RGB (Red+Green+Blue) = 76+0+209=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #4C00D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00D1 is #B3FF2E. Grayscale: #2D2D2D. Windows color (decimal): -11796271 or 13697100. OLE color: 13697100.

HSL color Cylindrical-coordinate representation of color #4C00D1: hue angle of 261.82º 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 #4C00D1 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB760209-
CMYK0.64100.18
HSL261.82º100%40.98%-
HSV(B)261.82º100%81.96%-
XYZ14.496.1460.74-
YUV46.55219.68149.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 73.33%
R=26.67%
G=0%
B=73.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal7602090.64100.18261.8210040.98
Hex4C0D140640121066429
Octal114032110014402240614451
Binary1001100011010001100000011001000100101000001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c00d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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