#480095

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

Shades of Indigo #480095

Tints of Indigo #480095

Color information

#480095 (or 0x480095) is unknown color: approx Indigo. HEX triplet: 48, 00 and 95. RGB value is (72,0,149). Sum of RGB (Red+Green+Blue) = 72+0+149=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #480095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480095 is #B7FF6A. Grayscale: #252525. Windows color (decimal): -12058475 or 9764936. OLE color: 9764936.

HSL color Cylindrical-coordinate representation of color #480095: hue angle of 268.99º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480095 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB720149-
CMYK0.52100.42
HSL268.99º100%29.22%-
HSV(B)268.99º100%58.43%-
XYZ8.13.5528.69-
YUV38.51190.35151.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=32.58%
G=0%
B=67.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7201490.52100.42268.9910029.22
Hex48095346402A10d641d
Octal11002256414405241514435
Binary100100001001010111010011001000101010100001101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480095; }

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

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

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

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

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

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

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

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