#480074

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

Shades of Indigo #480074

Tints of Indigo #480074

Color information

#480074 (or 0x480074) is unknown color: approx Indigo. HEX triplet: 48, 00 and 74. RGB value is (72,0,116). Sum of RGB (Red+Green+Blue) = 72+0+116=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #480074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480074 is #B7FF8B. Grayscale: #222222. Windows color (decimal): -12058508 or 7602248. OLE color: 7602248.

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

Color convert

RGB720116-
CMYK0.38100.55
HSL277.24º100%22.75%-
HSV(B)277.24º100%45.49%-
XYZ5.822.6416.73-
YUV34.75173.85154.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 61.70%
R=38.30%
G=0%
B=61.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7201160.38100.55277.2410022.75
Hex4807426640371156417
Octal11001644614406742514427
Binary10010000111010010011011001000110111100010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480074; }

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

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

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

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

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

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

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

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