#4813A3

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

Shades of Indigo #4813A3

Tints of Indigo #4813A3

Color information

#4813A3 (or 0x4813A3) is unknown color: approx Indigo. HEX triplet: 48, 13 and A3. RGB value is (72,19,163). Sum of RGB (Red+Green+Blue) = 72+19+163=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 163 (64.06% from 255 or 64.17% from 254); Max value from RGB is 163 - color contains mainly: blue. Hex color #4813A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4813A3 is #B7EC5C. Grayscale: #323232. Windows color (decimal): -12053597 or 10687304. OLE color: 10687304.

HSL color Cylindrical-coordinate representation of color #4813A3: hue angle of 262.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4813A3 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7219163-
CMYK0.560.8800.36
HSL262.08º79.12%35.69%-
HSV(B)262.08º88.34%63.92%-
XYZ9.524.4935.02-
YUV51.26191.06142.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 19 (7.81% from 255) = 7.48%
BLUE value IS 163 (64.06% from 255) = 64.17%
R=28.35%
G=7.48%
B=64.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72191630.560.8800.36262.0879.1235.69
Hex4813A338580241064f24
Octal110232437013004440611744
Binary10010001001110100011111000101100001001001000001101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4813A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4813A3; }

 p { color: rgb(72,19,163); }

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

<style>
 a { background-color: #4813A3; }

 a { background-color: rgb(72,19,163); }

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

<style>
 span { border-color: #4813A3; }

 span { border-color: rgb(72,19,163); }

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