#481688

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

Shades of Indigo #481688

Tints of Indigo #481688

Color information

#481688 (or 0x481688) is unknown color: approx Indigo. HEX triplet: 48, 16 and 88. RGB value is (72,22,136). Sum of RGB (Red+Green+Blue) = 72+22+136=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #481688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481688 is #B7E977. Grayscale: #313131. Windows color (decimal): -12052856 or 8918600. OLE color: 8918600.

HSL color Cylindrical-coordinate representation of color #481688: hue angle of 266.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481688 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7222136-
CMYK0.470.8400.47
HSL266.32º72.15%30.98%-
HSV(B)266.32º83.82%53.33%-
XYZ7.43.7323.62-
YUV49.95176.56143.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=31.30%
G=9.57%
B=59.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72221360.470.8400.47266.3272.1530.98
Hex4816882F5402F10a481f
Octal110262105712405741211037
Binary1001000101101000100010111110101000101111100001010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481688; }

 p { color: rgb(72,22,136); }

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

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

 a { background-color: rgb(72,22,136); }

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

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

 span { border-color: rgb(72,22,136); }

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