#480075

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

Shades of Indigo #480075

Tints of Indigo #480075

Color information

#480075 (or 0x480075) is unknown color: approx Indigo. HEX triplet: 48, 00 and 75. RGB value is (72,0,117). Sum of RGB (Red+Green+Blue) = 72+0+117=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #480075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480075 is #B7FF8A. Grayscale: #222222. Windows color (decimal): -12058507 or 7667784. OLE color: 7667784.

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

Color convert

RGB720117-
CMYK0.38100.54
HSL276.92º100%22.94%-
HSV(B)276.92º100%45.88%-
XYZ5.882.6617.03-
YUV34.87174.35154.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=38.10%
G=0%
B=61.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7201170.38100.54276.9210022.94
Hex4807526640361156417
Octal11001654614406642514427
Binary10010000111010110011011001000110110100010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480075; }

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

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

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

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

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

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

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

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