Html Css Color HEX #61157C Indigo

📋 copy color: '#61157C'

red 97 ◦ green 21 ◦ blue 124

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

Shades of Indigo #61157C

Tints of Indigo #61157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 40.08%
G = 8.68%
B = 51.24%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61157C (or 0x61157C) is known color: Indigo. HEX triplet: 61, 15 and 7C. RGB value is (97,21,124). Sum of RGB (Red+Green+Blue) = 97+21+124=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #61157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61157C is #9EEA83. Grayscale: #373737. Windows color (decimal): -10414724 or 8131937. OLE color: 8131937.

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

Color convert

RGB 97 21 124 -
CMYK 0.22 0.83 0 0.51
HSL 284.27º 0.71% 0.28% -
HSV(B) 284.27º 0.83% 0.49% -
XYZ 8.84 4.53 19.48 -
YUV 55.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 97 21 124 0.22 0.83 0 0.51 284.27 0.71 0.28
Hex 61 15 7C 16 53 0 33 11C 47 1C
Octal 141 25 174 26 123 0 63 434 107 34
Binary 1100001 10101 1111100 10110 1010011 0 110011 100011100 1000111 11100

Color Harmonies of #61157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61157C

Black with #61157C

Text Example


Text Example

White with #61157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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