#61007C

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

Shades of Indigo #61007C

Tints of Indigo #61007C

Color information

#61007C (or 0x61007C) is unknown color: approx Indigo. HEX triplet: 61, 00 and 7C. RGB value is (97,0,124). Sum of RGB (Red+Green+Blue) = 97+0+124=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #61007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61007C is #9EFF83. Grayscale: #2A2A2A. Windows color (decimal): -10420100 or 8126561. OLE color: 8126561.

HSL color Cylindrical-coordinate representation of color #61007C: hue angle of 286.94º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61007C is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB970124-
CMYK0.22100.51
HSL286.94º100%24.31%-
HSV(B)286.94º100%48.63%-
XYZ8.57419.39-
YUV43.14173.64166.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=43.89%
G=0%
B=56.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9701240.22100.51286.9410024.31
Hex6107C166403311f6418
Octal14101742614406343714430
Binary1100001011111001011011001000110011100011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61007C; }

 p { color: rgb(97,0,124); }

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

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

 a { background-color: rgb(97,0,124); }

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

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

 span { border-color: rgb(97,0,124); }

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