#610072

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

Shades of Indigo #610072

Tints of Indigo #610072

Color information

#610072 (or 0x610072) is unknown color: approx Indigo. HEX triplet: 61, 00 and 72. RGB value is (97,0,114). Sum of RGB (Red+Green+Blue) = 97+0+114=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #610072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610072 is #9EFF8D. Grayscale: #292929. Windows color (decimal): -10420110 or 7471201. OLE color: 7471201.

HSL color Cylindrical-coordinate representation of color #610072: hue angle of 291.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610072 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB970114-
CMYK0.15100.55
HSL291.05º100%22.35%-
HSV(B)291.05º100%44.71%-
XYZ7.973.7616.22-
YUV42168.64167.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=45.97%
G=0%
B=54.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9701140.15100.55291.0510022.35
Hex61072F640371236416
Octal14101621714406744314426
Binary110000101110010111111001000110111100100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610072; }

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

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

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

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

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

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

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

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