#4B0595

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

Shades of Indigo #4B0595

Tints of Indigo #4B0595

Color information

#4B0595 (or 0x4B0595) is unknown color: approx Indigo. HEX triplet: 4B, 05 and 95. RGB value is (75,5,149). Sum of RGB (Red+Green+Blue) = 75+5+149=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B0595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0595 is #B4FA6A. Grayscale: #292929. Windows color (decimal): -11860587 or 9766219. OLE color: 9766219.

HSL color Cylindrical-coordinate representation of color #4B0595: hue angle of 269.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0595 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB755149-
CMYK0.500.9700.42
HSL269.17º93.51%30.2%-
HSV(B)269.17º96.64%58.43%-
XYZ8.383.7728.72-
YUV42.35188.19151.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=32.75%
G=2.18%
B=65.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7551490.500.9700.42269.1793.5130.2
Hex4B595326102A10d5e1e
Octal11352256214105241513636
Binary10010111011001010111001011000010101010100001101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,149); }

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

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

 a { background-color: rgb(75,5,149); }

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

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

 span { border-color: rgb(75,5,149); }

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