#481372

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

Shades of Indigo #481372

Tints of Indigo #481372

Color information

#481372 (or 0x481372) is unknown color: approx Indigo. HEX triplet: 48, 13 and 72. RGB value is (72,19,114). Sum of RGB (Red+Green+Blue) = 72+19+114=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #481372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481372 is #B7EC8D. Grayscale: #2D2D2D. Windows color (decimal): -12053646 or 7476040. OLE color: 7476040.

HSL color Cylindrical-coordinate representation of color #481372: hue angle of 273.47º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481372 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7219114-
CMYK0.370.8300.55
HSL273.47º71.43%26.08%-
HSV(B)273.47º83.33%44.71%-
XYZ5.943.0616.2-
YUV45.68166.56146.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=35.12%
G=9.27%
B=55.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72191140.370.8300.55273.4771.4326.08
Hex4813722553037111471a
Octal110231624512306742110732
Binary100100010011111001010010110100110110111100010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481372; }

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

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

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

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

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

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

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

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