Html Css Color HEX #68119A Indigo

📋 copy color: '#68119A'

red 104 ◦ green 17 ◦ blue 154

#68119A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #68119A

Tints of Indigo #68119A

RGB

 RED value IS 104 (41.02% from 255) = 37.82%

 GREEN value IS 17 (7.03% from 255) = 6.18%

 BLUE value IS 154 (60.55% from 255) = 56%

R = 37.82%
G = 6.18%
B = 56%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68119A (or 0x68119A) is known color: Indigo. HEX triplet: 68, 11 and 9A. RGB value is (104,17,154). Sum of RGB (Red+Green+Blue) = 104+17+154=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #68119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68119A is #97EE65. Grayscale: #3A3A3A. Windows color (decimal): -9956966 or 10097000. OLE color: 10097000.

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

Color convert

RGB 104 17 154 -
CMYK 0.32 0.89 0 0.40
HSL 278.1º 0.8% 0.34% -
HSV(B) 278.1º 0.89% 0.6% -
XYZ 11.74 5.68 31.05 -
YUV 58.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 104 17 154 0.32 0.89 0 0.40 278.1 0.8 0.34
Hex 68 11 9A 20 59 0 28 116 50 22
Octal 150 21 232 40 131 0 50 426 120 42
Binary 1101000 10001 10011010 100000 1011001 0 101000 100010110 1010000 100010

Color Harmonies of #68119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68119A

Black with #68119A

Text Example


Text Example

White with #68119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68119A;
 }
 .AnyTagClassName
 {
   color: #68119A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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