#68098D

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

Shades of Indigo #68098D

Tints of Indigo #68098D

Color information

#68098D (or 0x68098D) is unknown color: approx Indigo. HEX triplet: 68, 09 and 8D. RGB value is (104,9,141). Sum of RGB (Red+Green+Blue) = 104+9+141=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #68098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68098D is #97F672. Grayscale: #343434. Windows color (decimal): -9959027 or 9242984. OLE color: 9242984.

HSL color Cylindrical-coordinate representation of color #68098D: hue angle of 283.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68098D is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1049141-
CMYK0.260.9400.45
HSL283.18º88%29.41%-
HSV(B)283.18º93.62%55.29%-
XYZ10.615.0625.62-
YUV52.45177.97164.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=40.94%
G=3.54%
B=55.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10491410.260.9400.45283.188829.41
Hex6898D1A5E02D11b581d
Octal150112153213605543313035
Binary11010001001100011011101010111100101101100011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68098D; }

 p { color: rgb(104,9,141); }

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

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

 a { background-color: rgb(104,9,141); }

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

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

 span { border-color: rgb(104,9,141); }

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