Html Css Color HEX #680493 Indigo

📋 copy color: '#680493'

red 104 ◦ green 4 ◦ blue 147

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

Shades of Indigo #680493

Tints of Indigo #680493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 40.78%
G = 1.57%
B = 57.65%

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

#680493 (or 0x680493) is known color: Indigo. HEX triplet: 68, 04 and 93. RGB value is (104,4,147). Sum of RGB (Red+Green+Blue) = 104+4+147=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #680493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680493 is #97FB6C. Grayscale: #313131. Windows color (decimal): -9960301 or 9634920. OLE color: 9634920.

HSL color Cylindrical-coordinate representation of color #680493: hue angle of 281.96º degrees, saturation: 0.95, 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 #680493 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 4 147 -
CMYK 0.29 0.97 0 0.42
HSL 281.96º 0.95% 0.3% -
HSV(B) 281.96º 0.97% 0.58% -
XYZ 11.02 5.14 28.01 -
YUV 50.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 104 4 147 0.29 0.97 0 0.42 281.96 0.95 0.3
Hex 68 4 93 1D 61 0 2A 11A 5F 1E
Octal 150 4 223 35 141 0 52 432 137 36
Binary 1101000 100 10010011 11101 1100001 0 101010 100011010 1011111 11110

Color Harmonies of #680493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680493

Black with #680493

Text Example


Text Example

White with #680493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680493; }

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

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

background-color css

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

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

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

border-color css

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

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

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