Html Css Color HEX #68129F Indigo

📋 copy color: '#68129F'

red 104 ◦ green 18 ◦ blue 159

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

Shades of Indigo #68129F

Tints of Indigo #68129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 159 (62.5% from 255) = 56.58%

R = 37.01%
G = 6.41%
B = 56.58%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68129F (or 0x68129F) is known color: Indigo. HEX triplet: 68, 12 and 9F. RGB value is (104,18,159). Sum of RGB (Red+Green+Blue) = 104+18+159=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #68129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68129F is #97ED60. Grayscale: #3B3B3B. Windows color (decimal): -9956705 or 10424936. OLE color: 10424936.

HSL color Cylindrical-coordinate representation of color #68129F: hue angle of 276.6º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68129F is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 18 159 -
CMYK 0.35 0.89 0 0.38
HSL 276.6º 0.8% 0.35% -
HSV(B) 276.6º 0.89% 0.62% -
XYZ 12.18 5.88 33.29 -
YUV 59.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 104 18 159 0.35 0.89 0 0.38 276.6 0.8 0.35
Hex 68 12 9F 23 59 0 26 115 50 23
Octal 150 22 237 43 131 0 46 425 120 43
Binary 1101000 10010 10011111 100011 1011001 0 100110 100010101 1010000 100011

Color Harmonies of #68129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68129F

Black with #68129F

Text Example


Text Example

White with #68129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68129F; }

 p { color: rgb(104,18,159); }

 H1.HeaderClassName
 {
   color: #68129F;
 }
 .AnyTagClassName
 {
   color: #68129F;
 }
</style>

background-color css

<style>
 a { background-color: #68129F; }

 a { background-color: rgb(104,18,159); }

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

border-color css

<style>
 span { border-color: #68129F; }

 span { border-color: rgb(104,18,159); }

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