Html Css Color HEX #680391 Indigo

📋 copy color: '#680391'

red 104 ◦ green 3 ◦ blue 145

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

Shades of Indigo #680391

Tints of Indigo #680391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 41.27%
G = 1.19%
B = 57.54%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680391 (or 0x680391) is known color: Indigo. HEX triplet: 68, 03 and 91. RGB value is (104,3,145). Sum of RGB (Red+Green+Blue) = 104+3+145=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #680391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680391 is #97FC6E. Grayscale: #303030. Windows color (decimal): -9960559 or 9503592. OLE color: 9503592.

HSL color Cylindrical-coordinate representation of color #680391: hue angle of 282.68º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680391 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 3 145 -
CMYK 0.28 0.98 0 0.43
HSL 282.68º 0.96% 0.29% -
HSV(B) 282.68º 0.98% 0.57% -
XYZ 10.85 5.05 27.19 -
YUV 49.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 104 3 145 0.28 0.98 0 0.43 282.68 0.96 0.29
Hex 68 3 91 1C 62 0 2B 11B 60 1D
Octal 150 3 221 34 142 0 53 433 140 35
Binary 1101000 11 10010001 11100 1100010 0 101011 100011011 1100000 11101

Color Harmonies of #680391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680391

Black with #680391

Text Example


Text Example

White with #680391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680391; }

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

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

background-color css

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

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

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

border-color css

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

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

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