#4B025B

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

Shades of Indigo #4B025B

Tints of Indigo #4B025B

Color information

#4B025B (or 0x4B025B) is unknown color: approx Indigo. HEX triplet: 4B, 02 and 5B. RGB value is (75,2,91). Sum of RGB (Red+Green+Blue) = 75+2+91=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B025B is #B4FDA4. Grayscale: #212121. Windows color (decimal): -11861413 or 5964363. OLE color: 5964363.

HSL color Cylindrical-coordinate representation of color #4B025B: hue angle of 289.21º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B025B is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB75291-
CMYK0.180.9800.64
HSL289.21º95.7%18.24%-
HSV(B)289.21º97.8%35.69%-
XYZ4.812.2910.09-
YUV33.97160.18157.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=44.64%
G=1.19%
B=54.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal752910.180.9800.64289.2195.718.24
Hex4B25B12620401216012
Octal113213322142010044114022
Binary100101110101101110010110001001000000100100001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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