#610372

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

Shades of Indigo #610372

Tints of Indigo #610372

Color information

#610372 (or 0x610372) is unknown color: approx Indigo. HEX triplet: 61, 03 and 72. RGB value is (97,3,114). Sum of RGB (Red+Green+Blue) = 97+3+114=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #610372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610372 is #9EFC8D. Grayscale: #2B2B2B. Windows color (decimal): -10419342 or 7471969. OLE color: 7471969.

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

Color convert

RGB973114-
CMYK0.150.9700.55
HSL290.81º94.87%22.94%-
HSV(B)290.81º97.37%44.71%-
XYZ83.8216.24-
YUV43.76167.64165.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=45.33%
G=1.40%
B=53.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9731140.150.9700.55290.8194.8722.94
Hex61372F610371235f17
Octal14131621714106744313727
Binary1100001111110010111111000010110111100100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610372; }

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

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

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

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

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

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

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

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