#4A0283

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

Shades of Indigo #4A0283

Tints of Indigo #4A0283

Color information

#4A0283 (or 0x4A0283) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 83. RGB value is (74,2,131). Sum of RGB (Red+Green+Blue) = 74+2+131=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A0283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0283 is #B5FD7C. Grayscale: #252525. Windows color (decimal): -11926909 or 8585802. OLE color: 8585802.

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

Color convert

RGB742131-
CMYK0.440.9800.49
HSL273.49º96.99%26.08%-
HSV(B)273.49º98.47%51.37%-
XYZ6.943.1421.71-
YUV38.23180.35153.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 131 (51.56% from 255) = 63.29%
R=35.75%
G=0.97%
B=63.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7421310.440.9800.49273.4996.9926.08
Hex4A2832C62031111611a
Octal11222035414206142114132
Binary1001010101000001110110011000100110001100010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,2,131); }

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

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

 a { background-color: rgb(74,2,131); }

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

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

 span { border-color: rgb(74,2,131); }

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