Html Css Color HEX #68158D Indigo

📋 copy color: '#68158D'

red 104 ◦ green 21 ◦ blue 141

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

Shades of Indigo #68158D

Tints of Indigo #68158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 39.1%
G = 7.89%
B = 53.01%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68158D (or 0x68158D) is known color: Indigo. HEX triplet: 68, 15 and 8D. RGB value is (104,21,141). Sum of RGB (Red+Green+Blue) = 104+21+141=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #68158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68158D is #97EA72. Grayscale: #3B3B3B. Windows color (decimal): -9955955 or 9246056. OLE color: 9246056.

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

Color convert

RGB 104 21 141 -
CMYK 0.26 0.85 0 0.45
HSL 281.5º 0.74% 0.32% -
HSV(B) 281.5º 0.85% 0.55% -
XYZ 10.78 5.4 25.67 -
YUV 59.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 104 21 141 0.26 0.85 0 0.45 281.5 0.74 0.32
Hex 68 15 8D 1A 55 0 2D 11A 4A 20
Octal 150 25 215 32 125 0 55 432 112 40
Binary 1101000 10101 10001101 11010 1010101 0 101101 100011010 1001010 100000

Color Harmonies of #68158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68158D

Black with #68158D

Text Example


Text Example

White with #68158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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