#610394

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

Shades of Indigo #610394

Tints of Indigo #610394

Color information

#610394 (or 0x610394) is unknown color: approx Indigo. HEX triplet: 61, 03 and 94. RGB value is (97,3,148). Sum of RGB (Red+Green+Blue) = 97+3+148=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #610394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610394 is #9EFC6B. Grayscale: #2F2F2F. Windows color (decimal): -10419308 or 9700193. OLE color: 9700193.

HSL color Cylindrical-coordinate representation of color #610394: hue angle of 278.9º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610394 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB973148-
CMYK0.340.9800.42
HSL278.9º96.03%29.61%-
HSV(B)278.9º97.97%58.04%-
XYZ10.314.7428.39-
YUV47.64184.64163.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 148 (58.20% from 255) = 59.68%
R=39.11%
G=1.21%
B=59.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9731480.340.9800.42278.996.0329.61
Hex61394226202A117601e
Octal14132244214205242714036
Binary1100001111001010010001011000100101010100010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610394; }

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

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

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

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

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

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

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

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