#4817A0

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

Shades of Indigo #4817A0

Tints of Indigo #4817A0

Color information

#4817A0 (or 0x4817A0) is unknown color: approx Indigo. HEX triplet: 48, 17 and A0. RGB value is (72,23,160). Sum of RGB (Red+Green+Blue) = 72+23+160=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #4817A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4817A0 is #B7E85F. Grayscale: #343434. Windows color (decimal): -12052576 or 10491720. OLE color: 10491720.

HSL color Cylindrical-coordinate representation of color #4817A0: hue angle of 261.46º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4817A0 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7223160-
CMYK0.550.8600.37
HSL261.46º74.86%35.88%-
HSV(B)261.46º85.62%62.75%-
XYZ9.324.5333.64-
YUV53.27188.23141.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 160 (62.89% from 255) = 62.75%
R=28.24%
G=9.02%
B=62.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72231600.550.8600.37261.4674.8635.88
Hex4817A037560251054b24
Octal110272406712604540511344
Binary10010001011110100000110111101011001001011000001011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4817A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4817A0; }

 p { color: rgb(72,23,160); }

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

<style>
 a { background-color: #4817A0; }

 a { background-color: rgb(72,23,160); }

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

<style>
 span { border-color: #4817A0; }

 span { border-color: rgb(72,23,160); }

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