#61038D

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

Shades of Indigo #61038D

Tints of Indigo #61038D

Color information

#61038D (or 0x61038D) is unknown color: approx Indigo. HEX triplet: 61, 03 and 8D. RGB value is (97,3,141). Sum of RGB (Red+Green+Blue) = 97+3+141=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #61038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61038D is #9EFC72. Grayscale: #2E2E2E. Windows color (decimal): -10419315 or 9241441. OLE color: 9241441.

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

Color convert

RGB973141-
CMYK0.310.9800.45
HSL280.87º95.83%28.24%-
HSV(B)280.87º97.87%55.29%-
XYZ9.774.5325.56-
YUV46.84181.14163.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=40.25%
G=1.24%
B=58.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9731410.310.9800.45280.8795.8328.24
Hex6138D1F6202D119601c
Octal14132153714205543114034
Binary110000111100011011111111000100101101100011001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61038D; }

 p { color: rgb(97,3,141); }

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

<style>
 a { background-color: #61038D; }

 a { background-color: rgb(97,3,141); }

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

<style>
 span { border-color: #61038D; }

 span { border-color: rgb(97,3,141); }

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