Html Css Color HEX #61168B Indigo

📋 copy color: '#61168B'

red 97 ◦ green 22 ◦ blue 139

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

Shades of Indigo #61168B

Tints of Indigo #61168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 37.6%
G = 8.53%
B = 53.88%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61168B (or 0x61168B) is known color: Indigo. HEX triplet: 61, 16 and 8B. RGB value is (97,22,139). Sum of RGB (Red+Green+Blue) = 97+22+139=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #61168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61168B is #9EE974. Grayscale: #393939. Windows color (decimal): -10414453 or 9115233. OLE color: 9115233.

HSL color Cylindrical-coordinate representation of color #61168B: hue angle of 278.46º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61168B is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 22 139 -
CMYK 0.30 0.84 0 0.45
HSL 278.46º 0.73% 0.32% -
HSV(B) 278.46º 0.84% 0.55% -
XYZ 9.88 4.98 24.87 -
YUV 57.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 97 22 139 0.30 0.84 0 0.45 278.46 0.73 0.32
Hex 61 16 8B 1E 54 0 2D 116 49 20
Octal 141 26 213 36 124 0 55 426 111 40
Binary 1100001 10110 10001011 11110 1010100 0 101101 100010110 1001001 100000

Color Harmonies of #61168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61168B

Black with #61168B

Text Example


Text Example

White with #61168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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