#4C025F

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

Shades of Indigo #4C025F

Tints of Indigo #4C025F

Color information

#4C025F (or 0x4C025F) is unknown color: approx Indigo. HEX triplet: 4C, 02 and 5F. RGB value is (76,2,95). Sum of RGB (Red+Green+Blue) = 76+2+95=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C025F is #B3FDA0. Grayscale: #222222. Windows color (decimal): -11795873 or 6226508. OLE color: 6226508.

HSL color Cylindrical-coordinate representation of color #4C025F: hue angle of 287.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C025F is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB76295-
CMYK0.200.9800.63
HSL287.74º95.88%19.02%-
HSV(B)287.74º97.89%37.25%-
XYZ5.072.4111.02-
YUV34.73162.02157.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.93%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 95 (37.5% from 255) = 54.91%
R=43.93%
G=1.16%
B=54.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal762950.200.9800.63287.7495.8819.02
Hex4C25F146203F1206013
Octal11421372414207744014023
Binary10011001010111111010011000100111111100100000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,2,95); }

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

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

 a { background-color: rgb(76,2,95); }

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

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

 span { border-color: rgb(76,2,95); }

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