Html Css Color HEX #611582 Indigo

📋 copy color: '#611582'

red 97 ◦ green 21 ◦ blue 130

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

Shades of Indigo #611582

Tints of Indigo #611582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.42%

R = 39.11%
G = 8.47%
B = 52.42%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#611582 (or 0x611582) is known color: Indigo. HEX triplet: 61, 15 and 82. RGB value is (97,21,130). Sum of RGB (Red+Green+Blue) = 97+21+130=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #611582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611582 is #9EEA7D. Grayscale: #373737. Windows color (decimal): -10414718 or 8525153. OLE color: 8525153.

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

Color convert

RGB 97 21 130 -
CMYK 0.25 0.84 0 0.49
HSL 281.83º 0.72% 0.3% -
HSV(B) 281.83º 0.84% 0.51% -
XYZ 9.23 4.69 21.54 -
YUV 56.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 97 21 130 0.25 0.84 0 0.49 281.83 0.72 0.3
Hex 61 15 82 19 54 0 31 11A 48 1E
Octal 141 25 202 31 124 0 61 432 110 36
Binary 1100001 10101 10000010 11001 1010100 0 110001 100011010 1001000 11110

Color Harmonies of #611582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611582

Black with #611582

Text Example


Text Example

White with #611582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611582; }

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

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

background-color css

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

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

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

border-color css

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

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

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