Html Css Color HEX #61188C Indigo

📋 copy color: '#61188C'

red 97 ◦ green 24 ◦ blue 140

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

Shades of Indigo #61188C

Tints of Indigo #61188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 37.16%
G = 9.2%
B = 53.64%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61188C (or 0x61188C) is known color: Indigo. HEX triplet: 61, 18 and 8C. RGB value is (97,24,140). Sum of RGB (Red+Green+Blue) = 97+24+140=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #61188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61188C is #9EE773. Grayscale: #3A3A3A. Windows color (decimal): -10413940 or 9181281. OLE color: 9181281.

HSL color Cylindrical-coordinate representation of color #61188C: hue angle of 277.76º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61188C is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 24 140 -
CMYK 0.31 0.83 0 0.45
HSL 277.76º 0.71% 0.32% -
HSV(B) 277.76º 0.83% 0.55% -
XYZ 9.99 5.09 25.27 -
YUV 59.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 97 24 140 0.31 0.83 0 0.45 277.76 0.71 0.32
Hex 61 18 8C 1F 53 0 2D 116 47 20
Octal 141 30 214 37 123 0 55 426 107 40
Binary 1100001 11000 10001100 11111 1010011 0 101101 100010110 1000111 100000

Color Harmonies of #61188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61188C

Black with #61188C

Text Example


Text Example

White with #61188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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