Html Css Color HEX #681692 Indigo

📋 copy color: '#681692'

red 104 ◦ green 22 ◦ blue 146

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

Shades of Indigo #681692

Tints of Indigo #681692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 38.24%
G = 8.09%
B = 53.68%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#681692 (or 0x681692) is known color: Indigo. HEX triplet: 68, 16 and 92. RGB value is (104,22,146). Sum of RGB (Red+Green+Blue) = 104+22+146=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #681692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681692 is #97E96D. Grayscale: #3C3C3C. Windows color (decimal): -9955694 or 9573992. OLE color: 9573992.

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

Color convert

RGB 104 22 146 -
CMYK 0.29 0.85 0 0.43
HSL 279.68º 0.74% 0.33% -
HSV(B) 279.68º 0.85% 0.57% -
XYZ 11.18 5.59 27.68 -
YUV 60.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 104 22 146 0.29 0.85 0 0.43 279.68 0.74 0.33
Hex 68 16 92 1D 55 0 2B 118 4A 21
Octal 150 26 222 35 125 0 53 430 112 41
Binary 1101000 10110 10010010 11101 1010101 0 101011 100011000 1001010 100001

Color Harmonies of #681692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681692

Black with #681692

Text Example


Text Example

White with #681692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681692; }

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

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

background-color css

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

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

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

border-color css

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

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

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