Html Css Color HEX #61138B Indigo

📋 copy color: '#61138B'

red 97 ◦ green 19 ◦ blue 139

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

Shades of Indigo #61138B

Tints of Indigo #61138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

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

R = 38.04%
G = 7.45%
B = 54.51%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61138B (or 0x61138B) is known color: Indigo. HEX triplet: 61, 13 and 8B. RGB value is (97,19,139). Sum of RGB (Red+Green+Blue) = 97+19+139=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #61138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61138B is #9EEC74. Grayscale: #373737. Windows color (decimal): -10415221 or 9114465. OLE color: 9114465.

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

Color convert

RGB 97 19 139 -
CMYK 0.30 0.86 0 0.45
HSL 279º 0.76% 0.31% -
HSV(B) 279º 0.86% 0.55% -
XYZ 9.82 4.87 24.85 -
YUV 56 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 97 19 139 0.30 0.86 0 0.45 279 0.76 0.31
Hex 61 13 8B 1E 56 0 2D 117 4C 1F
Octal 141 23 213 36 126 0 55 427 114 37
Binary 1100001 10011 10001011 11110 1010110 0 101101 100010111 1001100 11111

Color Harmonies of #61138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61138B

Black with #61138B

Text Example


Text Example

White with #61138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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