Html Css Color HEX #611683 Indigo

📋 copy color: '#611683'

red 97 ◦ green 22 ◦ blue 131

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

Shades of Indigo #611683

Tints of Indigo #611683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 38.8%
G = 8.8%
B = 52.4%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#611683 (or 0x611683) is known color: Indigo. HEX triplet: 61, 16 and 83. RGB value is (97,22,131). Sum of RGB (Red+Green+Blue) = 97+22+131=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #611683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611683 is #9EE97C. Grayscale: #383838. Windows color (decimal): -10414461 or 8590945. OLE color: 8590945.

HSL color Cylindrical-coordinate representation of color #611683: hue angle of 281.28º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611683 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 22 131 -
CMYK 0.26 0.83 0 0.49
HSL 281.28º 0.71% 0.3% -
HSV(B) 281.28º 0.83% 0.51% -
XYZ 9.31 4.75 21.9 -
YUV 56.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 97 22 131 0.26 0.83 0 0.49 281.28 0.71 0.3
Hex 61 16 83 1A 53 0 31 119 47 1E
Octal 141 26 203 32 123 0 61 431 107 36
Binary 1100001 10110 10000011 11010 1010011 0 110001 100011001 1000111 11110

Color Harmonies of #611683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611683

Black with #611683

Text Example


Text Example

White with #611683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611683; }

 p { color: rgb(97,22,131); }

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

background-color css

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

 a { background-color: rgb(97,22,131); }

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

border-color css

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

 span { border-color: rgb(97,22,131); }

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