#48096E

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

Shades of Indigo #48096E

Tints of Indigo #48096E

Color information

#48096E (or 0x48096E) is unknown color: approx Indigo. HEX triplet: 48, 09 and 6E. RGB value is (72,9,110). Sum of RGB (Red+Green+Blue) = 72+9+110=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #48096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48096E is #B7F691. Grayscale: #272727. Windows color (decimal): -12056210 or 7211336. OLE color: 7211336.

HSL color Cylindrical-coordinate representation of color #48096E: hue angle of 277.43º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48096E is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB729110-
CMYK0.350.9200.57
HSL277.43º84.87%23.33%-
HSV(B)277.43º91.82%43.14%-
XYZ5.582.714.98-
YUV39.35167.87151.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=37.70%
G=4.71%
B=57.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7291100.350.9200.57277.4384.8723.33
Hex4896E235C0391155517
Octal110111564313407142512527
Binary10010001001110111010001110111000111001100010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48096E; }

 p { color: rgb(72,9,110); }

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

<style>
 a { background-color: #48096E; }

 a { background-color: rgb(72,9,110); }

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

<style>
 span { border-color: #48096E; }

 span { border-color: rgb(72,9,110); }

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