#48026F

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

Shades of Indigo #48026F

Tints of Indigo #48026F

Color information

#48026F (or 0x48026F) is unknown color: approx Indigo. HEX triplet: 48, 02 and 6F. RGB value is (72,2,111). Sum of RGB (Red+Green+Blue) = 72+2+111=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #48026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48026F is #B7FD90. Grayscale: #222222. Windows color (decimal): -12058001 or 7275080. OLE color: 7275080.

HSL color Cylindrical-coordinate representation of color #48026F: hue angle of 278.53º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48026F is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB722111-
CMYK0.350.9800.56
HSL278.53º96.46%22.16%-
HSV(B)278.53º98.2%43.53%-
XYZ5.562.5715.24-
YUV35.36170.69154.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 111 (43.75% from 255) = 60%
R=38.92%
G=1.08%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7221110.350.9800.56278.5396.4622.16
Hex4826F23620381176016
Octal11021574314207042714026
Binary100100010110111110001111000100111000100010111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48026F; }

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

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

<style>
 a { background-color: #48026F; }

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

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

<style>
 span { border-color: #48026F; }

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

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