Html Css Color HEX #680593 Indigo

📋 copy color: '#680593'

red 104 ◦ green 5 ◦ blue 147

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

Shades of Indigo #680593

Tints of Indigo #680593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 40.63%
G = 1.95%
B = 57.42%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680593 (or 0x680593) is known color: Indigo. HEX triplet: 68, 05 and 93. RGB value is (104,5,147). Sum of RGB (Red+Green+Blue) = 104+5+147=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #680593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680593 is #97FA6C. Grayscale: #323232. Windows color (decimal): -9960045 or 9635176. OLE color: 9635176.

HSL color Cylindrical-coordinate representation of color #680593: hue angle of 281.83º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680593 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 5 147 -
CMYK 0.29 0.97 0 0.42
HSL 281.83º 0.93% 0.3% -
HSV(B) 281.83º 0.97% 0.58% -
XYZ 11.03 5.16 28.02 -
YUV 50.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 104 5 147 0.29 0.97 0 0.42 281.83 0.93 0.3
Hex 68 5 93 1D 61 0 2A 11A 5D 1E
Octal 150 5 223 35 141 0 52 432 135 36
Binary 1101000 101 10010011 11101 1100001 0 101010 100011010 1011101 11110

Color Harmonies of #680593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680593

Black with #680593

Text Example


Text Example

White with #680593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680593; }

 p { color: rgb(104,5,147); }

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

background-color css

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

 a { background-color: rgb(104,5,147); }

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

border-color css

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

 span { border-color: rgb(104,5,147); }

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