#4C026B

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

Shades of Indigo #4C026B

Tints of Indigo #4C026B

Color information

#4C026B (or 0x4C026B) is unknown color: approx Indigo. HEX triplet: 4C, 02 and 6B. RGB value is (76,2,107). Sum of RGB (Red+Green+Blue) = 76+2+107=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C026B is #B3FD94. Grayscale: #232323. Windows color (decimal): -11795861 or 7012940. OLE color: 7012940.

HSL color Cylindrical-coordinate representation of color #4C026B: hue angle of 282.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C026B is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB762107-
CMYK0.290.9800.58
HSL282.29º96.33%21.37%-
HSV(B)282.29º98.13%41.96%-
XYZ5.662.6414.12-
YUV36.1168.02156.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.08%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 107 (42.19% from 255) = 57.84%
R=41.08%
G=1.08%
B=57.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7621070.290.9800.58282.2996.3321.37
Hex4C26B1D6203A11a6015
Octal11421533514207243214025
Binary10011001011010111110111000100111010100011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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