#4B148A

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

Shades of Indigo #4B148A

Tints of Indigo #4B148A

Color information

#4B148A (or 0x4B148A) is unknown color: approx Indigo. HEX triplet: 4B, 14 and 8A. RGB value is (75,20,138). Sum of RGB (Red+Green+Blue) = 75+20+138=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B148A is #B4EB75. Grayscale: #313131. Windows color (decimal): -11856758 or 9049163. OLE color: 9049163.

HSL color Cylindrical-coordinate representation of color #4B148A: hue angle of 267.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B148A is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7520138-
CMYK0.460.8600.46
HSL267.97º74.68%30.98%-
HSV(B)267.97º85.51%54.12%-
XYZ7.743.8324.38-
YUV49.9177.72145.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.19%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=32.19%
G=8.58%
B=59.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75201380.460.8600.46267.9774.6830.98
Hex4B148A2E5602E10c4b1f
Octal113242125612605641411337
Binary1001011101001000101010111010101100101110100001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,138); }

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

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

 a { background-color: rgb(75,20,138); }

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

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

 span { border-color: rgb(75,20,138); }

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