Html Css Color HEX #68029D Indigo

📋 copy color: '#68029D'

red 104 ◦ green 2 ◦ blue 157

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

Shades of Indigo #68029D

Tints of Indigo #68029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 39.54%
G = 0.76%
B = 59.7%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68029D (or 0x68029D) is known color: Indigo. HEX triplet: 68, 02 and 9D. RGB value is (104,2,157). Sum of RGB (Red+Green+Blue) = 104+2+157=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #68029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68029D is #97FD62. Grayscale: #313131. Windows color (decimal): -9960803 or 10289768. OLE color: 10289768.

HSL color Cylindrical-coordinate representation of color #68029D: hue angle of 279.48º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68029D is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 2 157 -
CMYK 0.34 0.99 0 0.38
HSL 279.48º 0.97% 0.31% -
HSV(B) 279.48º 0.99% 0.62% -
XYZ 11.82 5.42 32.32 -
YUV 50.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 104 2 157 0.34 0.99 0 0.38 279.48 0.97 0.31
Hex 68 2 9D 22 63 0 26 117 61 1F
Octal 150 2 235 42 143 0 46 427 141 37
Binary 1101000 10 10011101 100010 1100011 0 100110 100010111 1100001 11111

Color Harmonies of #68029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68029D

Black with #68029D

Text Example


Text Example

White with #68029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,2,157); }

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

background-color css

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

 a { background-color: rgb(104,2,157); }

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

border-color css

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

 span { border-color: rgb(104,2,157); }

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