Html Css Color HEX #681287 Indigo

📋 copy color: '#681287'

red 104 ◦ green 18 ◦ blue 135

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

Shades of Indigo #681287

Tints of Indigo #681287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.53%

R = 40.47%
G = 7%
B = 52.53%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#681287 (or 0x681287) is known color: Indigo. HEX triplet: 68, 12 and 87. RGB value is (104,18,135). Sum of RGB (Red+Green+Blue) = 104+18+135=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #681287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681287 is #97ED78. Grayscale: #383838. Windows color (decimal): -9956729 or 8852072. OLE color: 8852072.

HSL color Cylindrical-coordinate representation of color #681287: hue angle of 284.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681287 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 18 135 -
CMYK 0.23 0.87 0 0.47
HSL 284.1º 0.76% 0.3% -
HSV(B) 284.1º 0.87% 0.53% -
XYZ 10.3 5.12 23.37 -
YUV 57.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 104 18 135 0.23 0.87 0 0.47 284.1 0.76 0.3
Hex 68 12 87 17 57 0 2F 11C 4C 1E
Octal 150 22 207 27 127 0 57 434 114 36
Binary 1101000 10010 10000111 10111 1010111 0 101111 100011100 1001100 11110

Color Harmonies of #681287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681287

Black with #681287

Text Example


Text Example

White with #681287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681287; }

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

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

background-color css

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

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

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

border-color css

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

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

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