#4A035D

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

Shades of Indigo #4A035D

Tints of Indigo #4A035D

Color information

#4A035D (or 0x4A035D) is unknown color: approx Indigo. HEX triplet: 4A, 03 and 5D. RGB value is (74,3,93). Sum of RGB (Red+Green+Blue) = 74+3+93=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A035D is #B5FCA2. Grayscale: #222222. Windows color (decimal): -11926691 or 6095690. OLE color: 6095690.

HSL color Cylindrical-coordinate representation of color #4A035D: hue angle of 287.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A035D is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB74393-
CMYK0.200.9700.64
HSL287.33º93.75%18.82%-
HSV(B)287.33º96.77%36.47%-
XYZ4.832.3110.55-
YUV34.49161.02156.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.53%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=43.53%
G=1.76%
B=54.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal743930.200.9700.64287.3393.7518.82
Hex4A35D146104011f5e13
Octal112313524141010043713623
Binary100101011101110110100110000101000000100011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,3,93); }

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

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

 a { background-color: rgb(74,3,93); }

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

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

 span { border-color: rgb(74,3,93); }

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