#4B026C

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

Shades of Indigo #4B026C

Tints of Indigo #4B026C

Color information

#4B026C (or 0x4B026C) is unknown color: approx Indigo. HEX triplet: 4B, 02 and 6C. RGB value is (75,2,108). Sum of RGB (Red+Green+Blue) = 75+2+108=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B026C is #B4FD93. Grayscale: #232323. Windows color (decimal): -11861396 or 7078475. OLE color: 7078475.

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

Color convert

RGB752108-
CMYK0.310.9800.58
HSL281.32º96.36%21.57%-
HSV(B)281.32º98.15%42.35%-
XYZ5.632.6214.4-
YUV35.91168.68155.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=40.54%
G=1.08%
B=58.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7521080.310.9800.58281.3296.3621.57
Hex4B26C1F6203A1196016
Octal11321543714207243114026
Binary10010111011011001111111000100111010100011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,2,108); }

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

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

 a { background-color: rgb(75,2,108); }

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

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

 span { border-color: rgb(75,2,108); }

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