Html Css Color HEX #68178A Indigo

📋 copy color: '#68178A'

red 104 ◦ green 23 ◦ blue 138

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

Shades of Indigo #68178A

Tints of Indigo #68178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 138 (54.3% from 255) = 52.08%

R = 39.25%
G = 8.68%
B = 52.08%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68178A (or 0x68178A) is known color: Indigo. HEX triplet: 68, 17 and 8A. RGB value is (104,23,138). Sum of RGB (Red+Green+Blue) = 104+23+138=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #68178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68178A is #97E875. Grayscale: #3B3B3B. Windows color (decimal): -9955446 or 9049960. OLE color: 9049960.

HSL color Cylindrical-coordinate representation of color #68178A: hue angle of 282.26º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68178A is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 23 138 -
CMYK 0.25 0.83 0 0.46
HSL 282.26º 0.71% 0.32% -
HSV(B) 282.26º 0.83% 0.54% -
XYZ 10.6 5.39 24.53 -
YUV 60.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 104 23 138 0.25 0.83 0 0.46 282.26 0.71 0.32
Hex 68 17 8A 19 53 0 2E 11A 47 20
Octal 150 27 212 31 123 0 56 432 107 40
Binary 1101000 10111 10001010 11001 1010011 0 101110 100011010 1000111 100000

Color Harmonies of #68178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68178A

Black with #68178A

Text Example


Text Example

White with #68178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68178A; }

 p { color: rgb(104,23,138); }

 H1.HeaderClassName
 {
   color: #68178A;
 }
 .AnyTagClassName
 {
   color: #68178A;
 }
</style>

background-color css

<style>
 a { background-color: #68178A; }

 a { background-color: rgb(104,23,138); }

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

border-color css

<style>
 span { border-color: #68178A; }

 span { border-color: rgb(104,23,138); }

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