Html Css Color HEX #68009D Indigo

📋 copy color: '#68009D'

red 104 ◦ green 0 ◦ blue 157

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

Shades of Indigo #68009D

Tints of Indigo #68009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.85%
G = 0%
B = 60.15%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68009D (or 0x68009D) is known color: Indigo. HEX triplet: 68, 00 and 9D. RGB value is (104,0,157). Sum of RGB (Red+Green+Blue) = 104+0+157=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #68009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68009D is #97FF62. Grayscale: #303030. Windows color (decimal): -9961315 or 10289256. OLE color: 10289256.

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

Color convert

RGB 104 0 157 -
CMYK 0.34 1 0 0.38
HSL 279.75º 1% 0.31% -
HSV(B) 279.75º 1% 0.62% -
XYZ 11.79 5.38 32.31 -
YUV 48.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 104 0 157 0.34 1 0 0.38 279.75 1 0.31
Hex 68 0 9D 22 64 0 26 118 64 1F
Octal 150 0 235 42 144 0 46 430 144 37
Binary 1101000 0 10011101 100010 1100100 0 100110 100011000 1100100 11111

Color Harmonies of #68009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68009D

Black with #68009D

Text Example


Text Example

White with #68009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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