#610382

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

Shades of Indigo #610382

Tints of Indigo #610382

Color information

#610382 (or 0x610382) is unknown color: approx Indigo. HEX triplet: 61, 03 and 82. RGB value is (97,3,130). Sum of RGB (Red+Green+Blue) = 97+3+130=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #610382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610382 is #9EFC7D. Grayscale: #2D2D2D. Windows color (decimal): -10419326 or 8520545. OLE color: 8520545.

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

Color convert

RGB973130-
CMYK0.250.9800.49
HSL284.41º95.49%26.08%-
HSV(B)284.41º97.69%50.98%-
XYZ8.994.2221.46-
YUV45.58175.64164.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=42.17%
G=1.30%
B=56.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9731300.250.9800.49284.4195.4926.08
Hex61382196203111c5f1a
Octal14132023114206143413732
Binary110000111100000101100111000100110001100011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610382; }

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

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

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

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

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

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

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

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