#4A0184

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

Shades of Indigo #4A0184

Tints of Indigo #4A0184

Color information

#4A0184 (or 0x4A0184) is unknown color: approx Indigo. HEX triplet: 4A, 01 and 84. RGB value is (74,1,132). Sum of RGB (Red+Green+Blue) = 74+1+132=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A0184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0184 is #B5FE7B. Grayscale: #252525. Windows color (decimal): -11927164 or 8651082. OLE color: 8651082.

HSL color Cylindrical-coordinate representation of color #4A0184: hue angle of 273.44º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0184 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB741132-
CMYK0.440.9900.48
HSL273.44º98.5%26.08%-
HSV(B)273.44º99.24%51.76%-
XYZ73.1422.07-
YUV37.76181.18153.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 132 (51.95% from 255) = 63.77%
R=35.75%
G=0.48%
B=63.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7411320.440.9900.48273.4498.526.08
Hex4A1842C63030111621a
Octal11212045414306042114232
Binary100101011000010010110011000110110000100010001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,1,132); }

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

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

 a { background-color: rgb(74,1,132); }

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

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

 span { border-color: rgb(74,1,132); }

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