#68138A

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

Shades of Indigo #68138A

Tints of Indigo #68138A

Color information

#68138A (or 0x68138A) is unknown color: approx Indigo. HEX triplet: 68, 13 and 8A. RGB value is (104,19,138). Sum of RGB (Red+Green+Blue) = 104+19+138=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #68138A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68138A is #97EC75. Grayscale: #393939. Windows color (decimal): -9956470 or 9048936. OLE color: 9048936.

HSL color Cylindrical-coordinate representation of color #68138A: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68138A is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10419138-
CMYK0.250.8600.46
HSL282.86º75.8%30.78%-
HSV(B)282.86º86.23%54.12%-
XYZ10.535.2424.5-
YUV57.98173.16160.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=39.85%
G=7.28%
B=52.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104191380.250.8600.46282.8675.830.78
Hex68138A195602E11b4c1f
Octal150232123112605643311437
Binary110100010011100010101100110101100101110100011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68138A; }

 p { color: rgb(104,19,138); }

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

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

 a { background-color: rgb(104,19,138); }

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

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

 span { border-color: rgb(104,19,138); }

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