Html Css Color HEX #680293 Indigo

📋 copy color: '#680293'

red 104 ◦ green 2 ◦ blue 147

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

Shades of Indigo #680293

Tints of Indigo #680293

RGB

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

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

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

R = 41.11%
G = 0.79%
B = 58.1%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680293 (or 0x680293) is known color: Indigo. HEX triplet: 68, 02 and 93. RGB value is (104,2,147). Sum of RGB (Red+Green+Blue) = 104+2+147=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #680293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680293 is #97FD6C. Grayscale: #303030. Windows color (decimal): -9960813 or 9634408. OLE color: 9634408.

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

Color convert

RGB 104 2 147 -
CMYK 0.29 0.99 0 0.42
HSL 282.21º 0.97% 0.29% -
HSV(B) 282.21º 0.99% 0.58% -
XYZ 11 5.09 28.01 -
YUV 49.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 104 2 147 0.29 0.99 0 0.42 282.21 0.97 0.29
Hex 68 2 93 1D 63 0 2A 11A 61 1D
Octal 150 2 223 35 143 0 52 432 141 35
Binary 1101000 10 10010011 11101 1100011 0 101010 100011010 1100001 11101

Color Harmonies of #680293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680293

Black with #680293

Text Example


Text Example

White with #680293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680293; }

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

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

background-color css

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

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

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

border-color css

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

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

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