#48087A

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

Shades of Indigo #48087A

Tints of Indigo #48087A

Color information

#48087A (or 0x48087A) is unknown color: approx Indigo. HEX triplet: 48, 08 and 7A. RGB value is (72,8,122). Sum of RGB (Red+Green+Blue) = 72+8+122=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #48087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48087A is #B7F785. Grayscale: #272727. Windows color (decimal): -12056454 or 7997512. OLE color: 7997512.

HSL color Cylindrical-coordinate representation of color #48087A: hue angle of 273.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48087A is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB728122-
CMYK0.410.9300.52
HSL273.68º87.69%25.49%-
HSV(B)273.68º93.44%47.84%-
XYZ6.272.9618.65-
YUV40.13174.2150.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=35.64%
G=3.96%
B=60.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7281220.410.9300.52273.6887.6925.49
Hex4887A295D0341125819
Octal110101725113506442213031
Binary10010001000111101010100110111010110100100010010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48087A; }

 p { color: rgb(72,8,122); }

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

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

 a { background-color: rgb(72,8,122); }

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

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

 span { border-color: rgb(72,8,122); }

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