#610297

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

Shades of Indigo #610297

Tints of Indigo #610297

Color information

#610297 (or 0x610297) is unknown color: approx Indigo. HEX triplet: 61, 02 and 97. RGB value is (97,2,151). Sum of RGB (Red+Green+Blue) = 97+2+151=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #610297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610297 is #9EFD68. Grayscale: #2E2E2E. Windows color (decimal): -10419561 or 9896545. OLE color: 9896545.

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

Color convert

RGB972151-
CMYK0.360.9900.41
HSL278.26º97.39%30%-
HSV(B)278.26º98.68%59.22%-
XYZ10.544.8229.65-
YUV47.39186.47163.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 151 (59.38% from 255) = 60.4%
R=38.8%
G=0.8%
B=60.4%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9721510.360.9900.41278.2697.3930
Hex612972463029116611e
Octal14122274414305142614136
Binary1100001101001011110010011000110101001100010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610297; }

 p { color: rgb(97,2,151); }

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

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

 a { background-color: rgb(97,2,151); }

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

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

 span { border-color: rgb(97,2,151); }

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