#61068A

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

Shades of Indigo #61068A

Tints of Indigo #61068A

Color information

#61068A (or 0x61068A) is unknown color: approx Indigo. HEX triplet: 61, 06 and 8A. RGB value is (97,6,138). Sum of RGB (Red+Green+Blue) = 97+6+138=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #61068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61068A is #9EF975. Grayscale: #2F2F2F. Windows color (decimal): -10418550 or 9045601. OLE color: 9045601.

HSL color Cylindrical-coordinate representation of color #61068A: hue angle of 281.36º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61068A is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB976138-
CMYK0.300.9600.46
HSL281.36º91.67%28.24%-
HSV(B)281.36º95.65%54.12%-
XYZ9.584.5124.41-
YUV48.26178.65162.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=40.25%
G=2.49%
B=57.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9761380.300.9600.46281.3691.6728.24
Hex6168A1E6002E1195c1c
Octal14162123614005643113434
Binary1100001110100010101111011000000101110100011001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61068A; }

 p { color: rgb(97,6,138); }

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

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

 a { background-color: rgb(97,6,138); }

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

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

 span { border-color: rgb(97,6,138); }

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