#681798

Color #681798 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #681798

Tints of Indigo #681798

Color information

#681798 (or 0x681798) is unknown color: approx Indigo. HEX triplet: 68, 17 and 98. RGB value is (104,23,152). Sum of RGB (Red+Green+Blue) = 104+23+152=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #681798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681798 is #97E867. Grayscale: #3D3D3D. Windows color (decimal): -9955432 or 9967464. OLE color: 9967464.

HSL color Cylindrical-coordinate representation of color #681798: hue angle of 277.67º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681798 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10423152-
CMYK0.320.8500.40
HSL277.67º73.71%34.31%-
HSV(B)277.67º84.87%59.61%-
XYZ11.685.8230.21-
YUV61.92178.84158.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 152 (59.77% from 255) = 54.48%
R=37.28%
G=8.24%
B=54.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104231520.320.8500.40277.6773.7134.31
Hex68179820550281164a22
Octal150272304012505042611242
Binary11010001011110011000100000101010101010001000101101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681798; }

 p { color: rgb(104,23,152); }

 H1.HeaderClassName
 {
   color: #681798;
 }
 .AnyTagClassName
 {
   color: #681798;
 }
</style>
background-color css

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

 a { background-color: rgb(104,23,152); }

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

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

 span { border-color: rgb(104,23,152); }

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