Html Css Color HEX #680292 Indigo

📋 copy color: '#680292'

red 104 ◦ green 2 ◦ blue 146

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

Shades of Indigo #680292

Tints of Indigo #680292

RGB

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

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

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

R = 41.27%
G = 0.79%
B = 57.94%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680292 (or 0x680292) is known color: Indigo. HEX triplet: 68, 02 and 92. RGB value is (104,2,146). Sum of RGB (Red+Green+Blue) = 104+2+146=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #680292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680292 is #97FD6D. Grayscale: #303030. Windows color (decimal): -9960814 or 9568872. OLE color: 9568872.

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

Color convert

RGB 104 2 146 -
CMYK 0.29 0.99 0 0.43
HSL 282.5º 0.97% 0.29% -
HSV(B) 282.5º 0.99% 0.57% -
XYZ 10.92 5.06 27.6 -
YUV 48.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 104 2 146 0.29 0.99 0 0.43 282.5 0.97 0.29
Hex 68 2 92 1D 63 0 2B 11A 61 1D
Octal 150 2 222 35 143 0 53 432 141 35
Binary 1101000 10 10010010 11101 1100011 0 101011 100011010 1100001 11101

Color Harmonies of #680292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680292

Black with #680292

Text Example


Text Example

White with #680292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680292; }

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

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

background-color css

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

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

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

border-color css

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

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

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