Html Css Color HEX #68008B Indigo

📋 copy color: '#68008B'

red 104 ◦ green 0 ◦ blue 139

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

Shades of Indigo #68008B

Tints of Indigo #68008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 42.8%
G = 0%
B = 57.2%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68008B (or 0x68008B) is known color: Indigo. HEX triplet: 68, 00 and 8B. RGB value is (104,0,139). Sum of RGB (Red+Green+Blue) = 104+0+139=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #68008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68008B is #97FF74. Grayscale: #2E2E2E. Windows color (decimal): -9961333 or 9109608. OLE color: 9109608.

HSL color Cylindrical-coordinate representation of color #68008B: hue angle of 284.89º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68008B is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 0 139 -
CMYK 0.25 1 0 0.45
HSL 284.89º 1% 0.27% -
HSV(B) 284.89º 1% 0.55% -
XYZ 10.37 4.81 24.81 -
YUV 46.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 104 0 139 0.25 1 0 0.45 284.89 1 0.27
Hex 68 0 8B 19 64 0 2D 11D 64 1B
Octal 150 0 213 31 144 0 55 435 144 33
Binary 1101000 0 10001011 11001 1100100 0 101101 100011101 1100100 11011

Color Harmonies of #68008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68008B

Black with #68008B

Text Example


Text Example

White with #68008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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