Html Css Color HEX #68119D Indigo

📋 copy color: '#68119D'

red 104 ◦ green 17 ◦ blue 157

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

Shades of Indigo #68119D

Tints of Indigo #68119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 37.41%
G = 6.12%
B = 56.47%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68119D (or 0x68119D) is known color: Indigo. HEX triplet: 68, 11 and 9D. RGB value is (104,17,157). Sum of RGB (Red+Green+Blue) = 104+17+157=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #68119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68119D is #97EE62. Grayscale: #3A3A3A. Windows color (decimal): -9956963 or 10293608. OLE color: 10293608.

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

Color convert

RGB 104 17 157 -
CMYK 0.34 0.89 0 0.38
HSL 277.29º 0.8% 0.34% -
HSV(B) 277.29º 0.89% 0.62% -
XYZ 12 5.78 32.38 -
YUV 58.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 104 17 157 0.34 0.89 0 0.38 277.29 0.8 0.34
Hex 68 11 9D 22 59 0 26 115 50 22
Octal 150 21 235 42 131 0 46 425 120 42
Binary 1101000 10001 10011101 100010 1011001 0 100110 100010101 1010000 100010

Color Harmonies of #68119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68119D

Black with #68119D

Text Example


Text Example

White with #68119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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