Html Css Color HEX #68118E Indigo

📋 copy color: '#68118E'

red 104 ◦ green 17 ◦ blue 142

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

Shades of Indigo #68118E

Tints of Indigo #68118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 39.54%
G = 6.46%
B = 53.99%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68118E (or 0x68118E) is known color: Indigo. HEX triplet: 68, 11 and 8E. RGB value is (104,17,142). Sum of RGB (Red+Green+Blue) = 104+17+142=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #68118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68118E is #97EE71. Grayscale: #383838. Windows color (decimal): -9956978 or 9310568. OLE color: 9310568.

HSL color Cylindrical-coordinate representation of color #68118E: hue angle of 281.76º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68118E is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 17 142 -
CMYK 0.27 0.88 0 0.44
HSL 281.76º 0.79% 0.31% -
HSV(B) 281.76º 0.88% 0.56% -
XYZ 10.79 5.3 26.04 -
YUV 57.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 104 17 142 0.27 0.88 0 0.44 281.76 0.79 0.31
Hex 68 11 8E 1B 58 0 2C 11A 4F 1F
Octal 150 21 216 33 130 0 54 432 117 37
Binary 1101000 10001 10001110 11011 1011000 0 101100 100011010 1001111 11111

Color Harmonies of #68118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68118E

Black with #68118E

Text Example


Text Example

White with #68118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68118E; }

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

 H1.HeaderClassName
 {
   color: #68118E;
 }
 .AnyTagClassName
 {
   color: #68118E;
 }
</style>

background-color css

<style>
 a { background-color: #68118E; }

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

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

border-color css

<style>
 span { border-color: #68118E; }

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

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