Html Css Color HEX #681490 Indigo

📋 copy color: '#681490'

red 104 ◦ green 20 ◦ blue 144

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

Shades of Indigo #681490

Tints of Indigo #681490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 38.81%
G = 7.46%
B = 53.73%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#681490 (or 0x681490) is known color: Indigo. HEX triplet: 68, 14 and 90. RGB value is (104,20,144). Sum of RGB (Red+Green+Blue) = 104+20+144=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #681490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681490 is #97EB6F. Grayscale: #3A3A3A. Windows color (decimal): -9956208 or 9442408. OLE color: 9442408.

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

Color convert

RGB 104 20 144 -
CMYK 0.28 0.86 0 0.44
HSL 280.65º 0.76% 0.32% -
HSV(B) 280.65º 0.86% 0.56% -
XYZ 10.99 5.46 26.86 -
YUV 59.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 104 20 144 0.28 0.86 0 0.44 280.65 0.76 0.32
Hex 68 14 90 1C 56 0 2C 119 4C 20
Octal 150 24 220 34 126 0 54 431 114 40
Binary 1101000 10100 10010000 11100 1010110 0 101100 100011001 1001100 100000

Color Harmonies of #681490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681490

Black with #681490

Text Example


Text Example

White with #681490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681490; }

 p { color: rgb(104,20,144); }

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

background-color css

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

 a { background-color: rgb(104,20,144); }

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

border-color css

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

 span { border-color: rgb(104,20,144); }

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