#4B1284

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

Shades of Indigo #4B1284

Tints of Indigo #4B1284

Color information

#4B1284 (or 0x4B1284) is unknown color: approx Indigo. HEX triplet: 4B, 12 and 84. RGB value is (75,18,132). Sum of RGB (Red+Green+Blue) = 75+18+132=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1284 is #B4ED7B. Grayscale: #2F2F2F. Windows color (decimal): -11857276 or 8655435. OLE color: 8655435.

HSL color Cylindrical-coordinate representation of color #4B1284: hue angle of 270º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B1284 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7518132-
CMYK0.430.8600.48
HSL270º76%29.41%-
HSV(B)270º86.36%51.76%-
XYZ7.283.5922.14-
YUV48.04175.38147.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=33.33%
G=8%
B=58.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75181320.430.8600.482707629.41
Hex4B12842B5603010e4c1d
Octal113222045312606041611435
Binary1001011100101000010010101110101100110000100001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,18,132); }

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

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

 a { background-color: rgb(75,18,132); }

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

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

 span { border-color: rgb(75,18,132); }

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