#481378

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

Shades of Indigo #481378

Tints of Indigo #481378

Color information

#481378 (or 0x481378) is unknown color: approx Indigo. HEX triplet: 48, 13 and 78. RGB value is (72,19,120). Sum of RGB (Red+Green+Blue) = 72+19+120=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #481378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481378 is #B7EC87. Grayscale: #2E2E2E. Windows color (decimal): -12053640 or 7869256. OLE color: 7869256.

HSL color Cylindrical-coordinate representation of color #481378: hue angle of 271.49º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481378 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7219120-
CMYK0.400.8400.53
HSL271.49º72.66%27.25%-
HSV(B)271.49º84.17%47.06%-
XYZ6.33.218.06-
YUV46.36169.56146.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=34.12%
G=9.00%
B=56.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72191200.400.8400.53271.4972.6627.25
Hex481378285403510f491b
Octal110231705012406541711133
Binary100100010011111100010100010101000110101100001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481378; }

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

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

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

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

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

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

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

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