Html Css Color HEX #68158C Indigo

📋 copy color: '#68158C'

red 104 ◦ green 21 ◦ blue 140

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

Shades of Indigo #68158C

Tints of Indigo #68158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 39.25%
G = 7.92%
B = 52.83%

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

#68158C (or 0x68158C) is known color: Indigo. HEX triplet: 68, 15 and 8C. RGB value is (104,21,140). Sum of RGB (Red+Green+Blue) = 104+21+140=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #68158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68158C is #97EA73. Grayscale: #3A3A3A. Windows color (decimal): -9955956 or 9180520. OLE color: 9180520.

HSL color Cylindrical-coordinate representation of color #68158C: hue angle of 281.85º 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 #68158C is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 21 140 -
CMYK 0.26 0.85 0 0.45
HSL 281.85º 0.74% 0.32% -
HSV(B) 281.85º 0.85% 0.55% -
XYZ 10.71 5.37 25.28 -
YUV 59.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 104 21 140 0.26 0.85 0 0.45 281.85 0.74 0.32
Hex 68 15 8C 1A 55 0 2D 11A 4A 20
Octal 150 25 214 32 125 0 55 432 112 40
Binary 1101000 10101 10001100 11010 1010101 0 101101 100011010 1001010 100000

Color Harmonies of #68158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68158C

Black with #68158C

Text Example


Text Example

White with #68158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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