Html Css Color HEX #681888 Indigo

📋 copy color: '#681888'

red 104 ◦ green 24 ◦ blue 136

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

Shades of Indigo #681888

Tints of Indigo #681888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 136 (53.52% from 255) = 51.52%

R = 39.39%
G = 9.09%
B = 51.52%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#681888 (or 0x681888) is known color: Indigo. HEX triplet: 68, 18 and 88. RGB value is (104,24,136). Sum of RGB (Red+Green+Blue) = 104+24+136=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #681888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681888 is #97E777. Grayscale: #3C3C3C. Windows color (decimal): -9955192 or 8919144. OLE color: 8919144.

HSL color Cylindrical-coordinate representation of color #681888: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681888 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 24 136 -
CMYK 0.24 0.82 0 0.47
HSL 282.86º 0.7% 0.31% -
HSV(B) 282.86º 0.82% 0.53% -
XYZ 10.48 5.37 23.78 -
YUV 60.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 104 24 136 0.24 0.82 0 0.47 282.86 0.7 0.31
Hex 68 18 88 18 52 0 2F 11B 46 1F
Octal 150 30 210 30 122 0 57 433 106 37
Binary 1101000 11000 10001000 11000 1010010 0 101111 100011011 1000110 11111

Color Harmonies of #681888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681888

Black with #681888

Text Example


Text Example

White with #681888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681888; }

 p { color: rgb(104,24,136); }

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

background-color css

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

 a { background-color: rgb(104,24,136); }

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

border-color css

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

 span { border-color: rgb(104,24,136); }

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