Html Css Color HEX #680393 Indigo

📋 copy color: '#680393'

red 104 ◦ green 3 ◦ blue 147

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

Shades of Indigo #680393

Tints of Indigo #680393

RGB

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

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

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

R = 40.94%
G = 1.18%
B = 57.87%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680393 (or 0x680393) is known color: Indigo. HEX triplet: 68, 03 and 93. RGB value is (104,3,147). Sum of RGB (Red+Green+Blue) = 104+3+147=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #680393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680393 is #97FC6C. Grayscale: #313131. Windows color (decimal): -9960557 or 9634664. OLE color: 9634664.

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

Color convert

RGB 104 3 147 -
CMYK 0.29 0.98 0 0.42
HSL 282.08º 0.96% 0.29% -
HSV(B) 282.08º 0.98% 0.58% -
XYZ 11.01 5.11 28.01 -
YUV 49.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 104 3 147 0.29 0.98 0 0.42 282.08 0.96 0.29
Hex 68 3 93 1D 62 0 2A 11A 60 1D
Octal 150 3 223 35 142 0 52 432 140 35
Binary 1101000 11 10010011 11101 1100010 0 101010 100011010 1100000 11101

Color Harmonies of #680393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680393

Black with #680393

Text Example


Text Example

White with #680393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680393; }

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

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

background-color css

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

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

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

border-color css

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

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

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