Html Css Color HEX #681599 Indigo

📋 copy color: '#681599'

red 104 ◦ green 21 ◦ blue 153

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

Shades of Indigo #681599

Tints of Indigo #681599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 37.41%
G = 7.55%
B = 55.04%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#681599 (or 0x681599) is known color: Indigo. HEX triplet: 68, 15 and 99. RGB value is (104,21,153). Sum of RGB (Red+Green+Blue) = 104+21+153=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #681599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681599 is #97EA66. Grayscale: #3C3C3C. Windows color (decimal): -9955943 or 10032488. OLE color: 10032488.

HSL color Cylindrical-coordinate representation of color #681599: hue angle of 277.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681599 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 21 153 -
CMYK 0.32 0.86 0 0.4
HSL 277.73º 0.76% 0.34% -
HSV(B) 277.73º 0.86% 0.6% -
XYZ 11.73 5.78 30.63 -
YUV 60.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 104 21 153 0.32 0.86 0 0.4 277.73 0.76 0.34
Hex 68 15 99 20 56 0 28 116 4C 22
Octal 150 25 231 40 126 0 50 426 114 42
Binary 1101000 10101 10011001 100000 1010110 0 101000 100010110 1001100 100010

Color Harmonies of #681599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681599

Black with #681599

Text Example


Text Example

White with #681599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681599; }

 p { color: rgb(104,21,153); }

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

background-color css

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

 a { background-color: rgb(104,21,153); }

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

border-color css

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

 span { border-color: rgb(104,21,153); }

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