Html Css Color HEX #681297 Indigo

📋 copy color: '#681297'

red 104 ◦ green 18 ◦ blue 151

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

Shades of Indigo #681297

Tints of Indigo #681297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 38.1%
G = 6.59%
B = 55.31%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#681297 (or 0x681297) is known color: Indigo. HEX triplet: 68, 12 and 97. RGB value is (104,18,151). Sum of RGB (Red+Green+Blue) = 104+18+151=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #681297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681297 is #97ED68. Grayscale: #3A3A3A. Windows color (decimal): -9956713 or 9900648. OLE color: 9900648.

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

Color convert

RGB 104 18 151 -
CMYK 0.31 0.88 0 0.41
HSL 278.8º 0.79% 0.33% -
HSV(B) 278.8º 0.88% 0.59% -
XYZ 11.51 5.61 29.75 -
YUV 58.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 104 18 151 0.31 0.88 0 0.41 278.8 0.79 0.33
Hex 68 12 97 1F 58 0 29 117 4F 21
Octal 150 22 227 37 130 0 51 427 117 41
Binary 1101000 10010 10010111 11111 1011000 0 101001 100010111 1001111 100001

Color Harmonies of #681297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681297

Black with #681297

Text Example


Text Example

White with #681297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681297; }

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

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

background-color css

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

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

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

border-color css

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

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

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