Html Css Color HEX #680291 Indigo

📋 copy color: '#680291'

red 104 ◦ green 2 ◦ blue 145

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

Shades of Indigo #680291

Tints of Indigo #680291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 41.43%
G = 0.8%
B = 57.77%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680291 (or 0x680291) is known color: Indigo. HEX triplet: 68, 02 and 91. RGB value is (104,2,145). Sum of RGB (Red+Green+Blue) = 104+2+145=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #680291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680291 is #97FD6E. Grayscale: #303030. Windows color (decimal): -9960815 or 9503336. OLE color: 9503336.

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

Color convert

RGB 104 2 145 -
CMYK 0.28 0.99 0 0.43
HSL 282.8º 0.97% 0.29% -
HSV(B) 282.8º 0.99% 0.57% -
XYZ 10.84 5.03 27.19 -
YUV 48.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 104 2 145 0.28 0.99 0 0.43 282.8 0.97 0.29
Hex 68 2 91 1C 63 0 2B 11B 61 1D
Octal 150 2 221 34 143 0 53 433 141 35
Binary 1101000 10 10010001 11100 1100011 0 101011 100011011 1100001 11101

Color Harmonies of #680291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680291

Black with #680291

Text Example


Text Example

White with #680291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680291; }

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

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

background-color css

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

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

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

border-color css

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

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

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