Html Css Color HEX #68159B Indigo

📋 copy color: '#68159B'

red 104 ◦ green 21 ◦ blue 155

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

Shades of Indigo #68159B

Tints of Indigo #68159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 37.14%
G = 7.5%
B = 55.36%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68159B (or 0x68159B) is known color: Indigo. HEX triplet: 68, 15 and 9B. RGB value is (104,21,155). Sum of RGB (Red+Green+Blue) = 104+21+155=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #68159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68159B is #97EA64. Grayscale: #3C3C3C. Windows color (decimal): -9955941 or 10163560. OLE color: 10163560.

HSL color Cylindrical-coordinate representation of color #68159B: hue angle of 277.16º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68159B is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 21 155 -
CMYK 0.33 0.86 0 0.39
HSL 277.16º 0.76% 0.35% -
HSV(B) 277.16º 0.86% 0.61% -
XYZ 11.89 5.85 31.51 -
YUV 61.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 104 21 155 0.33 0.86 0 0.39 277.16 0.76 0.35
Hex 68 15 9B 21 56 0 27 115 4C 23
Octal 150 25 233 41 126 0 47 425 114 43
Binary 1101000 10101 10011011 100001 1010110 0 100111 100010101 1001100 100011

Color Harmonies of #68159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68159B

Black with #68159B

Text Example


Text Example

White with #68159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68159B; }

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

 H1.HeaderClassName
 {
   color: #68159B;
 }
 .AnyTagClassName
 {
   color: #68159B;
 }
</style>

background-color css

<style>
 a { background-color: #68159B; }

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

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

border-color css

<style>
 span { border-color: #68159B; }

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

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