Html Css Color HEX #611595 Indigo

📋 copy color: '#611595'

red 97 ◦ green 21 ◦ blue 149

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

Shades of Indigo #611595

Tints of Indigo #611595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 36.33%
G = 7.87%
B = 55.81%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#611595 (or 0x611595) is known color: Indigo. HEX triplet: 61, 15 and 95. RGB value is (97,21,149). Sum of RGB (Red+Green+Blue) = 97+21+149=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #611595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611595 is #9EEA6A. Grayscale: #393939. Windows color (decimal): -10414699 or 9770337. OLE color: 9770337.

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

Color convert

RGB 97 21 149 -
CMYK 0.35 0.86 0 0.42
HSL 275.63º 0.75% 0.33% -
HSV(B) 275.63º 0.86% 0.58% -
XYZ 10.62 5.25 28.89 -
YUV 58.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 97 21 149 0.35 0.86 0 0.42 275.63 0.75 0.33
Hex 61 15 95 23 56 0 2A 114 4B 21
Octal 141 25 225 43 126 0 52 424 113 41
Binary 1100001 10101 10010101 100011 1010110 0 101010 100010100 1001011 100001

Color Harmonies of #611595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611595

Black with #611595

Text Example


Text Example

White with #611595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611595; }

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

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

background-color css

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

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

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

border-color css

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

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

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