Html Css Color HEX #681292 Indigo

📋 copy color: '#681292'

red 104 ◦ green 18 ◦ blue 146

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

Shades of Indigo #681292

Tints of Indigo #681292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 38.81%
G = 6.72%
B = 54.48%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#681292 (or 0x681292) is known color: Indigo. HEX triplet: 68, 12 and 92. RGB value is (104,18,146). Sum of RGB (Red+Green+Blue) = 104+18+146=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #681292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681292 is #97ED6D. Grayscale: #393939. Windows color (decimal): -9956718 or 9572968. OLE color: 9572968.

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

Color convert

RGB 104 18 146 -
CMYK 0.29 0.88 0 0.43
HSL 280.31º 0.78% 0.32% -
HSV(B) 280.31º 0.88% 0.57% -
XYZ 11.11 5.45 27.66 -
YUV 58.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 104 18 146 0.29 0.88 0 0.43 280.31 0.78 0.32
Hex 68 12 92 1D 58 0 2B 118 4E 20
Octal 150 22 222 35 130 0 53 430 116 40
Binary 1101000 10010 10010010 11101 1011000 0 101011 100011000 1001110 100000

Color Harmonies of #681292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681292

Black with #681292

Text Example


Text Example

White with #681292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681292; }

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

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

background-color css

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

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

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

border-color css

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

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

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