#61148A

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

Shades of Indigo #61148A

Tints of Indigo #61148A

Color information

#61148A (or 0x61148A) is unknown color: approx Indigo. HEX triplet: 61, 14 and 8A. RGB value is (97,20,138). Sum of RGB (Red+Green+Blue) = 97+20+138=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #61148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61148A is #9EEB75. Grayscale: #383838. Windows color (decimal): -10414966 or 9049185. OLE color: 9049185.

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

Color convert

RGB9720138-
CMYK0.300.8600.46
HSL279.15º74.68%30.98%-
HSV(B)279.15º85.51%54.12%-
XYZ9.774.8824.47-
YUV56.47174.01156.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=38.04%
G=7.84%
B=54.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97201380.300.8600.46279.1574.6830.98
Hex61148A1E5602E1174b1f
Octal141242123612605642711337
Binary110000110100100010101111010101100101110100010111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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