#68019D

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

Shades of Indigo #68019D

Tints of Indigo #68019D

Color information

#68019D (or 0x68019D) is unknown color: approx Indigo. HEX triplet: 68, 01 and 9D. RGB value is (104,1,157). Sum of RGB (Red+Green+Blue) = 104+1+157=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #68019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68019D is #97FE62. Grayscale: #313131. Windows color (decimal): -9961059 or 10289512. OLE color: 10289512.

HSL color Cylindrical-coordinate representation of color #68019D: hue angle of 279.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68019D is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1041157-
CMYK0.340.9900.38
HSL279.62º98.73%30.98%-
HSV(B)279.62º99.36%61.57%-
XYZ11.815.432.32-
YUV49.58188.62166.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=39.69%
G=0.38%
B=59.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10411570.340.9900.38279.6298.7330.98
Hex6819D2263026118631f
Octal15012354214304643014337
Binary110100011001110110001011000110100110100011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,1,157); }

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

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

 a { background-color: rgb(104,1,157); }

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

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

 span { border-color: rgb(104,1,157); }

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