#610472

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

Shades of Indigo #610472

Tints of Indigo #610472

Color information

#610472 (or 0x610472) is unknown color: approx Indigo. HEX triplet: 61, 04 and 72. RGB value is (97,4,114). Sum of RGB (Red+Green+Blue) = 97+4+114=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #610472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610472 is #9EFB8D. Grayscale: #2C2C2C. Windows color (decimal): -10419086 or 7472225. OLE color: 7472225.

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

Color convert

RGB974114-
CMYK0.150.9600.55
HSL290.73º93.22%23.14%-
HSV(B)290.73º96.49%44.71%-
XYZ8.013.8416.24-
YUV44.35167.31165.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=45.12%
G=1.86%
B=53.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9741140.150.9600.55290.7393.2223.14
Hex61472F600371235d17
Octal14141621714006744313527
Binary11000011001110010111111000000110111100100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610472; }

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

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

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

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

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

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

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

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