#68139A

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

Shades of Indigo #68139A

Tints of Indigo #68139A

Color information

#68139A (or 0x68139A) is unknown color: approx Indigo. HEX triplet: 68, 13 and 9A. RGB value is (104,19,154). Sum of RGB (Red+Green+Blue) = 104+19+154=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #68139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68139A is #97EC65. Grayscale: #3B3B3B. Windows color (decimal): -9956454 or 10097512. OLE color: 10097512.

HSL color Cylindrical-coordinate representation of color #68139A: hue angle of 277.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68139A is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10419154-
CMYK0.320.8800.40
HSL277.78º78.03%33.92%-
HSV(B)277.78º87.66%60.39%-
XYZ11.775.7431.06-
YUV59.8181.16159.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 154 (60.55% from 255) = 55.60%
R=37.55%
G=6.86%
B=55.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104191540.320.8800.40277.7878.0333.92
Hex68139A20580281164e22
Octal150232324013005042611642
Binary11010001001110011010100000101100001010001000101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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