#610182

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

Shades of Indigo #610182

Tints of Indigo #610182

Color information

#610182 (or 0x610182) is unknown color: approx Indigo. HEX triplet: 61, 01 and 82. RGB value is (97,1,130). Sum of RGB (Red+Green+Blue) = 97+1+130=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #610182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610182 is #9EFE7D. Grayscale: #2B2B2B. Windows color (decimal): -10419838 or 8520033. OLE color: 8520033.

HSL color Cylindrical-coordinate representation of color #610182: hue angle of 284.65º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610182 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB971130-
CMYK0.250.9900.49
HSL284.65º98.47%25.69%-
HSV(B)284.65º99.23%50.98%-
XYZ8.974.1721.45-
YUV44.41176.3165.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 130 (51.17% from 255) = 57.02%
R=42.54%
G=0.44%
B=57.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9711300.250.9900.49284.6598.4725.69
Hex61182196303111d621a
Octal14112023114306143514232
Binary11000011100000101100111000110110001100011101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610182; }

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

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

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

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

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

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

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

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