#4C0561

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

Shades of Indigo #4C0561

Tints of Indigo #4C0561

Color information

#4C0561 (or 0x4C0561) is unknown color: approx Indigo. HEX triplet: 4C, 05 and 61. RGB value is (76,5,97). Sum of RGB (Red+Green+Blue) = 76+5+97=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C0561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0561 is #B3FA9E. Grayscale: #242424. Windows color (decimal): -11795103 or 6358348. OLE color: 6358348.

HSL color Cylindrical-coordinate representation of color #4C0561: hue angle of 286.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0561 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB76597-
CMYK0.220.9500.62
HSL286.3º90.2%20%-
HSV(B)286.3º94.85%38.04%-
XYZ5.192.5111.52-
YUV36.72162.02156.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.70%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=42.70%
G=2.81%
B=54.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal765970.220.9500.62286.390.220
Hex4C561165F03E11e5a14
Octal11451412613707643613224
Binary100110010111000011011010111110111110100011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,5,97); }

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

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

 a { background-color: rgb(76,5,97); }

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

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

 span { border-color: rgb(76,5,97); }

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