#481478

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

Shades of Indigo #481478

Tints of Indigo #481478

Color information

#481478 (or 0x481478) is unknown color: approx Indigo. HEX triplet: 48, 14 and 78. RGB value is (72,20,120). Sum of RGB (Red+Green+Blue) = 72+20+120=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #481478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481478 is #B7EB87. Grayscale: #2E2E2E. Windows color (decimal): -12053384 or 7869512. OLE color: 7869512.

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

Color convert

RGB7220120-
CMYK0.400.8300.53
HSL271.2º71.43%27.45%-
HSV(B)271.2º83.33%47.06%-
XYZ6.313.2318.06-
YUV46.95169.23145.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=33.96%
G=9.43%
B=56.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72201200.400.8300.53271.271.4327.45
Hex481478285303510f471b
Octal110241705012306541710733
Binary100100010100111100010100010100110110101100001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481478; }

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

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

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

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

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

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

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

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