Html Css Color HEX #680396 Indigo

📋 copy color: '#680396'

red 104 ◦ green 3 ◦ blue 150

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

Shades of Indigo #680396

Tints of Indigo #680396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 40.47%
G = 1.17%
B = 58.37%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#680396 (or 0x680396) is known color: Indigo. HEX triplet: 68, 03 and 96. RGB value is (104,3,150). Sum of RGB (Red+Green+Blue) = 104+3+150=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #680396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680396 is #97FC69. Grayscale: #313131. Windows color (decimal): -9960554 or 9831272. OLE color: 9831272.

HSL color Cylindrical-coordinate representation of color #680396: hue angle of 281.22º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680396 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 3 150 -
CMYK 0.31 0.98 0 0.41
HSL 281.22º 0.96% 0.3% -
HSV(B) 281.22º 0.98% 0.59% -
XYZ 11.25 5.21 29.27 -
YUV 49.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 104 3 150 0.31 0.98 0 0.41 281.22 0.96 0.3
Hex 68 3 96 1F 62 0 29 119 60 1E
Octal 150 3 226 37 142 0 51 431 140 36
Binary 1101000 11 10010110 11111 1100010 0 101001 100011001 1100000 11110

Color Harmonies of #680396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680396

Black with #680396

Text Example


Text Example

White with #680396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680396; }

 p { color: rgb(104,3,150); }

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

background-color css

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

 a { background-color: rgb(104,3,150); }

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

border-color css

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

 span { border-color: rgb(104,3,150); }

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