Html Css Color HEX #680392 Indigo

📋 copy color: '#680392'

red 104 ◦ green 3 ◦ blue 146

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

Shades of Indigo #680392

Tints of Indigo #680392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 41.11%
G = 1.19%
B = 57.71%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680392 (or 0x680392) is known color: Indigo. HEX triplet: 68, 03 and 92. RGB value is (104,3,146). Sum of RGB (Red+Green+Blue) = 104+3+146=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #680392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680392 is #97FC6D. Grayscale: #313131. Windows color (decimal): -9960558 or 9569128. OLE color: 9569128.

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

Color convert

RGB 104 3 146 -
CMYK 0.29 0.98 0 0.43
HSL 282.38º 0.96% 0.29% -
HSV(B) 282.38º 0.98% 0.57% -
XYZ 10.93 5.08 27.6 -
YUV 49.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 104 3 146 0.29 0.98 0 0.43 282.38 0.96 0.29
Hex 68 3 92 1D 62 0 2B 11A 60 1D
Octal 150 3 222 35 142 0 53 432 140 35
Binary 1101000 11 10010010 11101 1100010 0 101011 100011010 1100000 11101

Color Harmonies of #680392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680392

Black with #680392

Text Example


Text Example

White with #680392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680392; }

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

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

background-color css

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

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

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

border-color css

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

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

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