Html Css Color HEX #680397 Indigo

📋 copy color: '#680397'

red 104 ◦ green 3 ◦ blue 151

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

Shades of Indigo #680397

Tints of Indigo #680397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.53%

R = 40.31%
G = 1.16%
B = 58.53%

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

#680397 (or 0x680397) is known color: Indigo. HEX triplet: 68, 03 and 97. RGB value is (104,3,151). Sum of RGB (Red+Green+Blue) = 104+3+151=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #680397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680397 is #97FC68. Grayscale: #313131. Windows color (decimal): -9960553 or 9896808. OLE color: 9896808.

HSL color Cylindrical-coordinate representation of color #680397: hue angle of 280.95º 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 #680397 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 3 151 -
CMYK 0.31 0.98 0 0.41
HSL 280.95º 0.96% 0.3% -
HSV(B) 280.95º 0.98% 0.59% -
XYZ 11.33 5.24 29.69 -
YUV 50.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 104 3 151 0.31 0.98 0 0.41 280.95 0.96 0.3
Hex 68 3 97 1F 62 0 29 119 60 1E
Octal 150 3 227 37 142 0 51 431 140 36
Binary 1101000 11 10010111 11111 1100010 0 101001 100011001 1100000 11110

Color Harmonies of #680397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680397

Black with #680397

Text Example


Text Example

White with #680397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680397; }

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

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

background-color css

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

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

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

border-color css

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

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

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