#480C75

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

Shades of Indigo #480C75

Tints of Indigo #480C75

Color information

#480C75 (or 0x480C75) is unknown color: approx Indigo. HEX triplet: 48, 0C and 75. RGB value is (72,12,117). Sum of RGB (Red+Green+Blue) = 72+12+117=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #480C75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C75 is #B7F38A. Grayscale: #292929. Windows color (decimal): -12055435 or 7670856. OLE color: 7670856.

HSL color Cylindrical-coordinate representation of color #480C75: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480C75 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7212117-
CMYK0.380.9000.54
HSL274.29º81.4%25.29%-
HSV(B)274.29º89.74%45.88%-
XYZ6.012.9317.08-
YUV41.91170.38149.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=35.82%
G=5.97%
B=58.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72121170.380.9000.54274.2981.425.29
Hex48C75265A0361125119
Octal110141654613206642212131
Binary10010001100111010110011010110100110110100010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480C75; }

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

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

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

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

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

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

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

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