#610277

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

Shades of Indigo #610277

Tints of Indigo #610277

Color information

#610277 (or 0x610277) is unknown color: approx Indigo. HEX triplet: 61, 02 and 77. RGB value is (97,2,119). Sum of RGB (Red+Green+Blue) = 97+2+119=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #610277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610277 is #9EFD88. Grayscale: #2B2B2B. Windows color (decimal): -10419593 or 7799393. OLE color: 7799393.

HSL color Cylindrical-coordinate representation of color #610277: hue angle of 288.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610277 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB972119-
CMYK0.180.9800.53
HSL288.72º96.69%23.73%-
HSV(B)288.72º98.32%46.67%-
XYZ8.283.9217.77-
YUV43.74170.47165.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=44.50%
G=0.92%
B=54.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9721190.180.9800.53288.7296.6923.73
Hex6127712620351216118
Octal14121672214206544114130
Binary11000011011101111001011000100110101100100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610277; }

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

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

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

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

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

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

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

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