Html Css Color HEX #68139B Indigo

📋 copy color: '#68139B'

red 104 ◦ green 19 ◦ blue 155

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

Shades of Indigo #68139B

Tints of Indigo #68139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 37.41%
G = 6.83%
B = 55.76%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68139B (or 0x68139B) is known color: Indigo. HEX triplet: 68, 13 and 9B. RGB value is (104,19,155). Sum of RGB (Red+Green+Blue) = 104+19+155=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #68139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68139B is #97EC64. Grayscale: #3B3B3B. Windows color (decimal): -9956453 or 10163048. OLE color: 10163048.

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

Color convert

RGB 104 19 155 -
CMYK 0.33 0.88 0 0.39
HSL 277.5º 0.78% 0.34% -
HSV(B) 277.5º 0.88% 0.61% -
XYZ 11.86 5.78 31.5 -
YUV 59.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 104 19 155 0.33 0.88 0 0.39 277.5 0.78 0.34
Hex 68 13 9B 21 58 0 27 116 4E 22
Octal 150 23 233 41 130 0 47 426 116 42
Binary 1101000 10011 10011011 100001 1011000 0 100111 100010110 1001110 100010

Color Harmonies of #68139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68139B

Black with #68139B

Text Example


Text Example

White with #68139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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