#610190

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

Shades of Indigo #610190

Tints of Indigo #610190

Color information

#610190 (or 0x610190) is unknown color: approx Indigo. HEX triplet: 61, 01 and 90. RGB value is (97,1,144). Sum of RGB (Red+Green+Blue) = 97+1+144=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #610190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610190 is #9EFE6F. Grayscale: #2D2D2D. Windows color (decimal): -10419824 or 9437537. OLE color: 9437537.

HSL color Cylindrical-coordinate representation of color #610190: hue angle of 280.28º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610190 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB971144-
CMYK0.330.9900.44
HSL280.28º98.62%28.43%-
HSV(B)280.28º99.31%56.47%-
XYZ9.974.5826.74-
YUV46.01183.3164.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 144 (56.64% from 255) = 59.50%
R=40.08%
G=0.41%
B=59.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9711440.330.9900.44280.2898.6228.43
Hex61190216302C118631c
Octal14112204114305443014334
Binary110000111001000010000111000110101100100011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610190; }

 p { color: rgb(97,1,144); }

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

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

 a { background-color: rgb(97,1,144); }

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

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

 span { border-color: rgb(97,1,144); }

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