#4A1888

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

Shades of Indigo #4A1888

Tints of Indigo #4A1888

Color information

#4A1888 (or 0x4A1888) is unknown color: approx Indigo. HEX triplet: 4A, 18 and 88. RGB value is (74,24,136). Sum of RGB (Red+Green+Blue) = 74+24+136=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A1888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1888 is #B5E777. Grayscale: #333333. Windows color (decimal): -11921272 or 8919114. OLE color: 8919114.

HSL color Cylindrical-coordinate representation of color #4A1888: hue angle of 266.79º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1888 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7424136-
CMYK0.460.8200.47
HSL266.79º70%31.37%-
HSV(B)266.79º82.35%53.33%-
XYZ7.593.8923.64-
YUV51.72175.56143.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 136 (53.52% from 255) = 58.12%
R=31.62%
G=10.26%
B=58.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74241360.460.8200.47266.797031.37
Hex4A18882E5202F10b461f
Octal112302105612205741310637
Binary1001010110001000100010111010100100101111100001011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,24,136); }

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

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

 a { background-color: rgb(74,24,136); }

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

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

 span { border-color: rgb(74,24,136); }

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