#4A127B

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

Shades of Indigo #4A127B

Tints of Indigo #4A127B

Color information

#4A127B (or 0x4A127B) is unknown color: approx Indigo. HEX triplet: 4A, 12 and 7B. RGB value is (74,18,123). Sum of RGB (Red+Green+Blue) = 74+18+123=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A127B is #B5ED84. Grayscale: #2E2E2E. Windows color (decimal): -11922821 or 8065610. OLE color: 8065610.

HSL color Cylindrical-coordinate representation of color #4A127B: hue angle of 272º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A127B is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7418123-
CMYK0.400.8500.52
HSL272º74.47%27.65%-
HSV(B)272º85.37%48.24%-
XYZ6.623.3219.03-
YUV46.71171.05147.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=34.42%
G=8.37%
B=57.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74181230.400.8500.5227274.4727.65
Hex4A127B28550341104a1c
Octal112221735012506442011234
Binary100101010010111101110100010101010110100100010000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,18,123); }

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

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

 a { background-color: rgb(74,18,123); }

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

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

 span { border-color: rgb(74,18,123); }

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