#61048C

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

Shades of Indigo #61048C

Tints of Indigo #61048C

Color information

#61048C (or 0x61048C) is unknown color: approx Indigo. HEX triplet: 61, 04 and 8C. RGB value is (97,4,140). Sum of RGB (Red+Green+Blue) = 97+4+140=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #61048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61048C is #9EFB73. Grayscale: #2E2E2E. Windows color (decimal): -10419060 or 9176161. OLE color: 9176161.

HSL color Cylindrical-coordinate representation of color #61048C: hue angle of 281.03º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61048C is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB974140-
CMYK0.310.9700.45
HSL281.03º94.44%28.24%-
HSV(B)281.03º97.14%54.9%-
XYZ9.714.5225.17-
YUV47.31180.31163.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 140 (55.08% from 255) = 58.09%
R=40.25%
G=1.66%
B=58.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9741400.310.9700.45281.0394.4428.24
Hex6148C1F6102D1195e1c
Octal14142143714105543113634
Binary1100001100100011001111111000010101101100011001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,4,140); }

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

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

 a { background-color: rgb(97,4,140); }

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

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

 span { border-color: rgb(97,4,140); }

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