Html Css Color HEX #61168F Indigo

📋 copy color: '#61168F'

red 97 ◦ green 22 ◦ blue 143

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

Shades of Indigo #61168F

Tints of Indigo #61168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.58%

R = 37.02%
G = 8.4%
B = 54.58%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61168F (or 0x61168F) is known color: Indigo. HEX triplet: 61, 16 and 8F. RGB value is (97,22,143). Sum of RGB (Red+Green+Blue) = 97+22+143=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #61168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61168F is #9EE970. Grayscale: #393939. Windows color (decimal): -10414449 or 9377377. OLE color: 9377377.

HSL color Cylindrical-coordinate representation of color #61168F: hue angle of 277.19º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61168F is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 22 143 -
CMYK 0.32 0.85 0 0.44
HSL 277.19º 0.73% 0.32% -
HSV(B) 277.19º 0.85% 0.56% -
XYZ 10.17 5.1 26.43 -
YUV 58.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 97 22 143 0.32 0.85 0 0.44 277.19 0.73 0.32
Hex 61 16 8F 20 55 0 2C 115 49 20
Octal 141 26 217 40 125 0 54 425 111 40
Binary 1100001 10110 10001111 100000 1010101 0 101100 100010101 1001001 100000

Color Harmonies of #61168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61168F

Black with #61168F

Text Example


Text Example

White with #61168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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