#68158A

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

Shades of Indigo #68158A

Tints of Indigo #68158A

Color information

#68158A (or 0x68158A) is unknown color: approx Indigo. HEX triplet: 68, 15 and 8A. RGB value is (104,21,138). Sum of RGB (Red+Green+Blue) = 104+21+138=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #68158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68158A is #97EA75. Grayscale: #3A3A3A. Windows color (decimal): -9955958 or 9049448. OLE color: 9049448.

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

Color convert

RGB10421138-
CMYK0.250.8500.46
HSL282.56º73.58%31.18%-
HSV(B)282.56º84.78%54.12%-
XYZ10.565.3124.51-
YUV59.16172.5159.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=39.54%
G=7.98%
B=52.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104211380.250.8500.46282.5673.5831.18
Hex68158A195502E11b4a1f
Octal150252123112505643311237
Binary110100010101100010101100110101010101110100011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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