#480595

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

Shades of Indigo #480595

Tints of Indigo #480595

Color information

#480595 (or 0x480595) is unknown color: approx Indigo. HEX triplet: 48, 05 and 95. RGB value is (72,5,149). Sum of RGB (Red+Green+Blue) = 72+5+149=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #480595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480595 is #B7FA6A. Grayscale: #282828. Windows color (decimal): -12057195 or 9766216. OLE color: 9766216.

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

Color convert

RGB725149-
CMYK0.520.9700.42
HSL267.92º93.51%30.2%-
HSV(B)267.92º96.64%58.43%-
XYZ8.153.6628.71-
YUV41.45188.7149.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 149 (58.59% from 255) = 65.93%
R=31.86%
G=2.21%
B=65.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7251490.520.9700.42267.9293.5130.2
Hex48595346102A10c5e1e
Octal11052256414105241413636
Binary10010001011001010111010011000010101010100001100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480595; }

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

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

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

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

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

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

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

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