Html Css Color HEX #681198 Indigo

📋 copy color: '#681198'

red 104 ◦ green 17 ◦ blue 152

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

Shades of Indigo #681198

Tints of Indigo #681198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 38.1%
G = 6.23%
B = 55.68%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#681198 (or 0x681198) is known color: Indigo. HEX triplet: 68, 11 and 98. RGB value is (104,17,152). Sum of RGB (Red+Green+Blue) = 104+17+152=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #681198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681198 is #97EE67. Grayscale: #393939. Windows color (decimal): -9956968 or 9965928. OLE color: 9965928.

HSL color Cylindrical-coordinate representation of color #681198: hue angle of 278.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681198 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 17 152 -
CMYK 0.32 0.89 0 0.40
HSL 278.67º 0.8% 0.33% -
HSV(B) 278.67º 0.89% 0.6% -
XYZ 11.58 5.61 30.18 -
YUV 58.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 104 17 152 0.32 0.89 0 0.40 278.67 0.8 0.33
Hex 68 11 98 20 59 0 28 117 50 21
Octal 150 21 230 40 131 0 50 427 120 41
Binary 1101000 10001 10011000 100000 1011001 0 101000 100010111 1010000 100001

Color Harmonies of #681198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681198

Black with #681198

Text Example


Text Example

White with #681198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681198; }

 p { color: rgb(104,17,152); }

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

background-color css

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

 a { background-color: rgb(104,17,152); }

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

border-color css

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

 span { border-color: rgb(104,17,152); }

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