#48007A

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

Shades of Indigo #48007A

Tints of Indigo #48007A

Color information

#48007A (or 0x48007A) is unknown color: approx Indigo. HEX triplet: 48, 00 and 7A. RGB value is (72,0,122). Sum of RGB (Red+Green+Blue) = 72+0+122=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #48007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48007A is #B7FF85. Grayscale: #232323. Windows color (decimal): -12058502 or 7995464. OLE color: 7995464.

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

Color convert

RGB720122-
CMYK0.41100.52
HSL275.41º100%23.92%-
HSV(B)275.41º100%47.84%-
XYZ6.192.7818.62-
YUV35.44176.85154.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=37.11%
G=0%
B=62.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7201220.41100.52275.4110023.92
Hex4807A29640341136418
Octal11001725114406442314430
Binary10010000111101010100111001000110100100010011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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