#61048A

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

Shades of Indigo #61048A

Tints of Indigo #61048A

Color information

#61048A (or 0x61048A) is unknown color: approx Indigo. HEX triplet: 61, 04 and 8A. RGB value is (97,4,138). Sum of RGB (Red+Green+Blue) = 97+4+138=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #61048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61048A is #9EFB75. Grayscale: #2E2E2E. Windows color (decimal): -10419062 or 9045089. OLE color: 9045089.

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

Color convert

RGB974138-
CMYK0.300.9700.46
HSL281.64º94.37%27.84%-
HSV(B)281.64º97.1%54.12%-
XYZ9.564.4624.4-
YUV47.08179.31163.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=40.59%
G=1.67%
B=57.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9741380.300.9700.46281.6494.3727.84
Hex6148A1E6102E11a5e1c
Octal14142123614105643213634
Binary1100001100100010101111011000010101110100011010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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