#61017A

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

Shades of Indigo #61017A

Tints of Indigo #61017A

Color information

#61017A (or 0x61017A) is unknown color: approx Indigo. HEX triplet: 61, 01 and 7A. RGB value is (97,1,122). Sum of RGB (Red+Green+Blue) = 97+1+122=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #61017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61017A is #9EFE85. Grayscale: #2B2B2B. Windows color (decimal): -10419846 or 7995745. OLE color: 7995745.

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

Color convert

RGB971122-
CMYK0.200.9900.52
HSL287.6º98.37%24.12%-
HSV(B)287.6º99.18%47.84%-
XYZ8.453.9718.73-
YUV43.5172.3166.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=44.09%
G=0.45%
B=55.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9711220.200.9900.52287.698.3724.12
Hex6117A14630341206218
Octal14111722414306444014230
Binary1100001111110101010011000110110100100100000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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