#61037A

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

Shades of Indigo #61037A

Tints of Indigo #61037A

Color information

#61037A (or 0x61037A) is unknown color: approx Indigo. HEX triplet: 61, 03 and 7A. RGB value is (97,3,122). Sum of RGB (Red+Green+Blue) = 97+3+122=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #61037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61037A is #9EFC85. Grayscale: #2C2C2C. Windows color (decimal): -10419334 or 7996257. OLE color: 7996257.

HSL color Cylindrical-coordinate representation of color #61037A: hue angle of 287.39º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61037A is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB973122-
CMYK0.200.9800.52
HSL287.39º95.2%24.51%-
HSV(B)287.39º97.54%47.84%-
XYZ8.484.0118.74-
YUV44.67171.64165.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=43.69%
G=1.35%
B=54.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9731220.200.9800.52287.3995.224.51
Hex6137A146203411f5f19
Octal14131722414206443713731
Binary11000011111110101010011000100110100100011111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61037A; }

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

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

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

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

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

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

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

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