Html Css Color HEX #611795 Indigo

📋 copy color: '#611795'

red 97 ◦ green 23 ◦ blue 149

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

Shades of Indigo #611795

Tints of Indigo #611795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 36.06%
G = 8.55%
B = 55.39%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#611795 (or 0x611795) is known color: Indigo. HEX triplet: 61, 17 and 95. RGB value is (97,23,149). Sum of RGB (Red+Green+Blue) = 97+23+149=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #611795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611795 is #9EE86A. Grayscale: #3B3B3B. Windows color (decimal): -10414187 or 9770849. OLE color: 9770849.

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

Color convert

RGB 97 23 149 -
CMYK 0.35 0.85 0 0.42
HSL 275.24º 0.73% 0.34% -
HSV(B) 275.24º 0.85% 0.58% -
XYZ 10.66 5.32 28.9 -
YUV 59.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 97 23 149 0.35 0.85 0 0.42 275.24 0.73 0.34
Hex 61 17 95 23 55 0 2A 113 49 22
Octal 141 27 225 43 125 0 52 423 111 42
Binary 1100001 10111 10010101 100011 1010101 0 101010 100010011 1001001 100010

Color Harmonies of #611795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611795

Black with #611795

Text Example


Text Example

White with #611795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611795; }

 p { color: rgb(97,23,149); }

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

background-color css

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

 a { background-color: rgb(97,23,149); }

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

border-color css

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

 span { border-color: rgb(97,23,149); }

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