#681588

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

Shades of Indigo #681588

Tints of Indigo #681588

Color information

#681588 (or 0x681588) is unknown color: approx Indigo. HEX triplet: 68, 15 and 88. RGB value is (104,21,136). Sum of RGB (Red+Green+Blue) = 104+21+136=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #681588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681588 is #97EA77. Grayscale: #3A3A3A. Windows color (decimal): -9955960 or 8918376. OLE color: 8918376.

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

Color convert

RGB10421136-
CMYK0.240.8500.47
HSL283.3º73.25%30.78%-
HSV(B)283.3º84.56%53.33%-
XYZ10.425.2623.76-
YUV58.93171.5160.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=39.85%
G=8.05%
B=52.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104211360.240.8500.47283.373.2530.78
Hex681588185502F11b491f
Octal150252103012505743311137
Binary110100010101100010001100010101010101111100011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681588; }

 p { color: rgb(104,21,136); }

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

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

 a { background-color: rgb(104,21,136); }

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

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

 span { border-color: rgb(104,21,136); }

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