#481574

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

Shades of Indigo #481574

Tints of Indigo #481574

Color information

#481574 (or 0x481574) is unknown color: approx Indigo. HEX triplet: 48, 15 and 74. RGB value is (72,21,116). Sum of RGB (Red+Green+Blue) = 72+21+116=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #481574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481574 is #B7EA8B. Grayscale: #2E2E2E. Windows color (decimal): -12053132 or 7607624. OLE color: 7607624.

HSL color Cylindrical-coordinate representation of color #481574: hue angle of 272.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481574 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7221116-
CMYK0.380.8200.55
HSL272.21º69.34%26.86%-
HSV(B)272.21º81.9%45.49%-
XYZ6.093.1816.81-
YUV47.08166.9145.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=34.45%
G=10.05%
B=55.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72211160.380.8200.55272.2169.3426.86
Hex4815742652037110451b
Octal110251644612206742010533
Binary100100010101111010010011010100100110111100010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481574; }

 p { color: rgb(72,21,116); }

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

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

 a { background-color: rgb(72,21,116); }

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

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

 span { border-color: rgb(72,21,116); }

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