#48006A

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

Shades of Indigo #48006A

Tints of Indigo #48006A

Color information

#48006A (or 0x48006A) is unknown color: approx Indigo. HEX triplet: 48, 00 and 6A. RGB value is (72,0,106). Sum of RGB (Red+Green+Blue) = 72+0+106=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #48006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48006A is #B7FF95. Grayscale: #212121. Windows color (decimal): -12058518 or 6946888. OLE color: 6946888.

HSL color Cylindrical-coordinate representation of color #48006A: hue angle of 280.75º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48006A is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB720106-
CMYK0.32100.58
HSL280.75º100%20.78%-
HSV(B)280.75º100%41.57%-
XYZ5.272.4213.82-
YUV33.61168.85155.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 59.55%
R=40.45%
G=0%
B=59.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7201060.32100.58280.7510020.78
Hex4806A206403A1196415
Octal11001524014407243114425
Binary10010000110101010000011001000111010100011001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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