Html Css Color HEX #68018E Indigo

📋 copy color: '#68018E'

red 104 ◦ green 1 ◦ blue 142

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

Shades of Indigo #68018E

Tints of Indigo #68018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 142 (55.86% from 255) = 57.49%

R = 42.11%
G = 0.4%
B = 57.49%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68018E (or 0x68018E) is known color: Indigo. HEX triplet: 68, 01 and 8E. RGB value is (104,1,142). Sum of RGB (Red+Green+Blue) = 104+1+142=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #68018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68018E is #97FE71. Grayscale: #2F2F2F. Windows color (decimal): -9961074 or 9306472. OLE color: 9306472.

HSL color Cylindrical-coordinate representation of color #68018E: hue angle of 283.83º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68018E is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 1 142 -
CMYK 0.27 0.99 0 0.44
HSL 283.83º 0.99% 0.28% -
HSV(B) 283.83º 0.99% 0.56% -
XYZ 10.6 4.92 25.98 -
YUV 47.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 104 1 142 0.27 0.99 0 0.44 283.83 0.99 0.28
Hex 68 1 8E 1B 63 0 2C 11C 63 1C
Octal 150 1 216 33 143 0 54 434 143 34
Binary 1101000 1 10001110 11011 1100011 0 101100 100011100 1100011 11100

Color Harmonies of #68018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68018E

Black with #68018E

Text Example


Text Example

White with #68018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68018E; }

 p { color: rgb(104,1,142); }

 H1.HeaderClassName
 {
   color: #68018E;
 }
 .AnyTagClassName
 {
   color: #68018E;
 }
</style>

background-color css

<style>
 a { background-color: #68018E; }

 a { background-color: rgb(104,1,142); }

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

border-color css

<style>
 span { border-color: #68018E; }

 span { border-color: rgb(104,1,142); }

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