#610092

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

Shades of Indigo #610092

Tints of Indigo #610092

Color information

#610092 (or 0x610092) is unknown color: approx Indigo. HEX triplet: 61, 00 and 92. RGB value is (97,0,146). Sum of RGB (Red+Green+Blue) = 97+0+146=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #610092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610092 is #9EFF6D. Grayscale: #2D2D2D. Windows color (decimal): -10420078 or 9568353. OLE color: 9568353.

HSL color Cylindrical-coordinate representation of color #610092: hue angle of 279.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610092 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB970146-
CMYK0.34100.43
HSL279.86º100%28.63%-
HSV(B)279.86º100%57.25%-
XYZ10.124.6227.55-
YUV45.65184.64164.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=39.92%
G=0%
B=60.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9701460.34100.43279.8610028.63
Hex61092226402B118641d
Octal14102224214405343014435
Binary110000101001001010001011001000101011100011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610092; }

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

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

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

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

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

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

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

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