Html Css Color HEX #68128A Indigo

📋 copy color: '#68128A'

red 104 ◦ green 18 ◦ blue 138

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

Shades of Indigo #68128A

Tints of Indigo #68128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

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

R = 40%
G = 6.92%
B = 53.08%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68128A (or 0x68128A) is known color: Indigo. HEX triplet: 68, 12 and 8A. RGB value is (104,18,138). Sum of RGB (Red+Green+Blue) = 104+18+138=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #68128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68128A is #97ED75. Grayscale: #393939. Windows color (decimal): -9956726 or 9048680. OLE color: 9048680.

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

Color convert

RGB 104 18 138 -
CMYK 0.25 0.87 0 0.46
HSL 283º 0.77% 0.31% -
HSV(B) 283º 0.87% 0.54% -
XYZ 10.51 5.21 24.5 -
YUV 57.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 104 18 138 0.25 0.87 0 0.46 283 0.77 0.31
Hex 68 12 8A 19 57 0 2E 11B 4D 1F
Octal 150 22 212 31 127 0 56 433 115 37
Binary 1101000 10010 10001010 11001 1010111 0 101110 100011011 1001101 11111

Color Harmonies of #68128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68128A

Black with #68128A

Text Example


Text Example

White with #68128A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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