#610596

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

Shades of Indigo #610596

Tints of Indigo #610596

Color information

#610596 (or 0x610596) is unknown color: approx Indigo. HEX triplet: 61, 05 and 96. RGB value is (97,5,150). Sum of RGB (Red+Green+Blue) = 97+5+150=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #610596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610596 is #9EFA69. Grayscale: #303030. Windows color (decimal): -10418794 or 9831777. OLE color: 9831777.

HSL color Cylindrical-coordinate representation of color #610596: hue angle of 278.07º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610596 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB975150-
CMYK0.350.9700.41
HSL278.07º93.55%30.39%-
HSV(B)278.07º96.67%58.82%-
XYZ10.494.8529.24-
YUV49.04184.98162.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=38.49%
G=1.98%
B=59.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9751500.350.9700.41278.0793.5530.39
Hex6159623610291165e1e
Octal14152264314105142613636
Binary11000011011001011010001111000010101001100010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610596; }

 p { color: rgb(97,5,150); }

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

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

 a { background-color: rgb(97,5,150); }

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

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

 span { border-color: rgb(97,5,150); }

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