Html Css Color HEX #611594 Indigo

📋 copy color: '#611594'

red 97 ◦ green 21 ◦ blue 148

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

Shades of Indigo #611594

Tints of Indigo #611594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 36.47%
G = 7.89%
B = 55.64%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#611594 (or 0x611594) is known color: Indigo. HEX triplet: 61, 15 and 94. RGB value is (97,21,148). Sum of RGB (Red+Green+Blue) = 97+21+148=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #611594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611594 is #9EEA6B. Grayscale: #393939. Windows color (decimal): -10414700 or 9704801. OLE color: 9704801.

HSL color Cylindrical-coordinate representation of color #611594: hue angle of 275.91º 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 #611594 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 21 148 -
CMYK 0.34 0.86 0 0.42
HSL 275.91º 0.75% 0.33% -
HSV(B) 275.91º 0.86% 0.58% -
XYZ 10.54 5.22 28.47 -
YUV 58.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 97 21 148 0.34 0.86 0 0.42 275.91 0.75 0.33
Hex 61 15 94 22 56 0 2A 114 4B 21
Octal 141 25 224 42 126 0 52 424 113 41
Binary 1100001 10101 10010100 100010 1010110 0 101010 100010100 1001011 100001

Color Harmonies of #611594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611594

Black with #611594

Text Example


Text Example

White with #611594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611594; }

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

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

background-color css

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

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

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

border-color css

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

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

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