Html Css Color HEX #61189B Indigo

📋 copy color: '#61189B'

red 97 ◦ green 24 ◦ blue 155

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

Shades of Indigo #61189B

Tints of Indigo #61189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 35.14%
G = 8.7%
B = 56.16%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61189B (or 0x61189B) is known color: Indigo. HEX triplet: 61, 18 and 9B. RGB value is (97,24,155). Sum of RGB (Red+Green+Blue) = 97+24+155=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #61189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61189B is #9EE764. Grayscale: #3C3C3C. Windows color (decimal): -10413925 or 10164321. OLE color: 10164321.

HSL color Cylindrical-coordinate representation of color #61189B: hue angle of 273.44º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61189B is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 24 155 -
CMYK 0.37 0.85 0 0.39
HSL 273.44º 0.73% 0.35% -
HSV(B) 273.44º 0.85% 0.61% -
XYZ 11.17 5.56 31.49 -
YUV 60.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 97 24 155 0.37 0.85 0 0.39 273.44 0.73 0.35
Hex 61 18 9B 25 55 0 27 111 49 23
Octal 141 30 233 45 125 0 47 421 111 43
Binary 1100001 11000 10011011 100101 1010101 0 100111 100010001 1001001 100011

Color Harmonies of #61189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61189B

Black with #61189B

Text Example


Text Example

White with #61189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61189B; }

 p { color: rgb(97,24,155); }

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

background-color css

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

 a { background-color: rgb(97,24,155); }

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

border-color css

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

 span { border-color: rgb(97,24,155); }

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