Html Css Color HEX #68158E Indigo

📋 copy color: '#68158E'

red 104 ◦ green 21 ◦ blue 142

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

Shades of Indigo #68158E

Tints of Indigo #68158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 38.95%
G = 7.87%
B = 53.18%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68158E (or 0x68158E) is known color: Indigo. HEX triplet: 68, 15 and 8E. RGB value is (104,21,142). Sum of RGB (Red+Green+Blue) = 104+21+142=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #68158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68158E is #97EA71. Grayscale: #3B3B3B. Windows color (decimal): -9955954 or 9311592. OLE color: 9311592.

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

Color convert

RGB 104 21 142 -
CMYK 0.27 0.85 0 0.44
HSL 281.16º 0.74% 0.32% -
HSV(B) 281.16º 0.85% 0.56% -
XYZ 10.86 5.43 26.07 -
YUV 59.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 104 21 142 0.27 0.85 0 0.44 281.16 0.74 0.32
Hex 68 15 8E 1B 55 0 2C 119 4A 20
Octal 150 25 216 33 125 0 54 431 112 40
Binary 1101000 10101 10001110 11011 1010101 0 101100 100011001 1001010 100000

Color Harmonies of #68158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68158E

Black with #68158E

Text Example


Text Example

White with #68158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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