#480B6F

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

Shades of Indigo #480B6F

Tints of Indigo #480B6F

Color information

#480B6F (or 0x480B6F) is unknown color: approx Indigo. HEX triplet: 48, 0B and 6F. RGB value is (72,11,111). Sum of RGB (Red+Green+Blue) = 72+11+111=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #480B6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B6F is #B7F490. Grayscale: #282828. Windows color (decimal): -12055697 or 7277384. OLE color: 7277384.

HSL color Cylindrical-coordinate representation of color #480B6F: hue angle of 276.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480B6F is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7211111-
CMYK0.350.9000.56
HSL276.6º81.97%23.92%-
HSV(B)276.6º90.09%43.53%-
XYZ5.662.7615.27-
YUV40.64167.71150.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 111 (43.75% from 255) = 57.22%
R=37.11%
G=5.67%
B=57.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111110.350.9000.56276.681.9723.92
Hex48B6F235A0381155218
Octal110131574313207042512230
Binary10010001011110111110001110110100111000100010101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,11,111); }

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

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

 a { background-color: rgb(72,11,111); }

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

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

 span { border-color: rgb(72,11,111); }

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