#610299

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

Shades of Indigo #610299

Tints of Indigo #610299

Color information

#610299 (or 0x610299) is unknown color: approx Indigo. HEX triplet: 61, 02 and 99. RGB value is (97,2,153). Sum of RGB (Red+Green+Blue) = 97+2+153=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #610299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610299 is #9EFD66. Grayscale: #2F2F2F. Windows color (decimal): -10419559 or 10027617. OLE color: 10027617.

HSL color Cylindrical-coordinate representation of color #610299: hue angle of 277.75º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610299 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB972153-
CMYK0.370.9900.4
HSL277.75º97.42%30.39%-
HSV(B)277.75º98.69%60%-
XYZ10.74.8830.52-
YUV47.62187.47163.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=38.49%
G=0.79%
B=60.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9721530.370.9900.4277.7597.4230.39
Hex612992563028116611e
Octal14122314514305042614136
Binary1100001101001100110010111000110101000100010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610299; }

 p { color: rgb(97,2,153); }

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

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

 a { background-color: rgb(97,2,153); }

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

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

 span { border-color: rgb(97,2,153); }

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