Html Css Color HEX #610994 Indigo

📋 copy color: '#610994'

red 97 ◦ green 9 ◦ blue 148

#610994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #610994

Tints of Indigo #610994

RGB

 RED value IS 97 (38.28% from 255) = 38.19%

 GREEN value IS 9 (3.91% from 255) = 3.54%

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 38.19%
G = 3.54%
B = 58.27%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#610994 (or 0x610994) is known color: Indigo. HEX triplet: 61, 09 and 94. RGB value is (97,9,148). Sum of RGB (Red+Green+Blue) = 97+9+148=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #610994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610994 is #9EF66B. Grayscale: #323232. Windows color (decimal): -10417772 or 9701729. OLE color: 9701729.

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

Color convert

RGB 97 9 148 -
CMYK 0.34 0.94 0 0.42
HSL 277.99º 0.89% 0.31% -
HSV(B) 277.99º 0.94% 0.58% -
XYZ 10.37 4.87 28.41 -
YUV 51.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 97 9 148 0.34 0.94 0 0.42 277.99 0.89 0.31
Hex 61 9 94 22 5E 0 2A 116 59 1F
Octal 141 11 224 42 136 0 52 426 131 37
Binary 1100001 1001 10010100 100010 1011110 0 101010 100010110 1011001 11111

Color Harmonies of #610994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610994

Black with #610994

Text Example


Text Example

White with #610994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610994; }

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

 H1.HeaderClassName
 {
   color: #610994;
 }
 .AnyTagClassName
 {
   color: #610994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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