#680295

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

Shades of Indigo #680295

Tints of Indigo #680295

Color information

#680295 (or 0x680295) is unknown color: approx Indigo. HEX triplet: 68, 02 and 95. RGB value is (104,2,149). Sum of RGB (Red+Green+Blue) = 104+2+149=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #680295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680295 is #97FD6A. Grayscale: #303030. Windows color (decimal): -9960811 or 9765480. OLE color: 9765480.

HSL color Cylindrical-coordinate representation of color #680295: hue angle of 281.63º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680295 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1042149-
CMYK0.300.9900.42
HSL281.63º97.35%29.61%-
HSV(B)281.63º98.66%58.43%-
XYZ11.165.1628.84-
YUV49.26184.29167.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=40.78%
G=0.78%
B=58.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10421490.300.9900.42281.6397.3529.61
Hex682951E6302A11a611e
Octal15022253614305243214136
Binary110100010100101011111011000110101010100011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680295; }

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

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

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

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

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

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

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

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