Html Css Color HEX #610993 Indigo

📋 copy color: '#610993'

red 97 ◦ green 9 ◦ blue 147

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

Shades of Indigo #610993

Tints of Indigo #610993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 38.34%
G = 3.56%
B = 58.1%

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

#610993 (or 0x610993) is known color: Indigo. HEX triplet: 61, 09 and 93. RGB value is (97,9,147). Sum of RGB (Red+Green+Blue) = 97+9+147=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #610993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610993 is #9EF66C. Grayscale: #323232. Windows color (decimal): -10417773 or 9636193. OLE color: 9636193.

HSL color Cylindrical-coordinate representation of color #610993: hue angle of 278.26º degrees, saturation: 0.88, 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 #610993 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 9 147 -
CMYK 0.34 0.94 0 0.42
HSL 278.26º 0.88% 0.31% -
HSV(B) 278.26º 0.94% 0.58% -
XYZ 10.29 4.84 28 -
YUV 51.04 182.15 160.78 -
System Red Green Blue C M Y K H S L
Decimal 97 9 147 0.34 0.94 0 0.42 278.26 0.88 0.31
Hex 61 9 93 22 5E 0 2A 116 58 1F
Octal 141 11 223 42 136 0 52 426 130 37
Binary 1100001 1001 10010011 100010 1011110 0 101010 100010110 1011000 11111

Color Harmonies of #610993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610993

Black with #610993

Text Example


Text Example

White with #610993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610993; }

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

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

background-color css

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

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

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

border-color css

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

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

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