Html Css Color HEX #681488 Indigo

📋 copy color: '#681488'

red 104 ◦ green 20 ◦ blue 136

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

Shades of Indigo #681488

Tints of Indigo #681488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 40%
G = 7.69%
B = 52.31%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#681488 (or 0x681488) is known color: Indigo. HEX triplet: 68, 14 and 88. RGB value is (104,20,136). Sum of RGB (Red+Green+Blue) = 104+20+136=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #681488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681488 is #97EB77. Grayscale: #393939. Windows color (decimal): -9956216 or 8918120. OLE color: 8918120.

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

Color convert

RGB 104 20 136 -
CMYK 0.24 0.85 0 0.47
HSL 283.45º 0.74% 0.31% -
HSV(B) 283.45º 0.85% 0.53% -
XYZ 10.4 5.22 23.75 -
YUV 58.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 104 20 136 0.24 0.85 0 0.47 283.45 0.74 0.31
Hex 68 14 88 18 55 0 2F 11B 4A 1F
Octal 150 24 210 30 125 0 57 433 112 37
Binary 1101000 10100 10001000 11000 1010101 0 101111 100011011 1001010 11111

Color Harmonies of #681488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681488

Black with #681488

Text Example


Text Example

White with #681488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681488; }

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

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

background-color css

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

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

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

border-color css

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

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

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