Html Css Color HEX #61128A Indigo

📋 copy color: '#61128A'

red 97 ◦ green 18 ◦ blue 138

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

Shades of Indigo #61128A

Tints of Indigo #61128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

 BLUE value IS 138 (54.3% from 255) = 54.55%

R = 38.34%
G = 7.11%
B = 54.55%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61128A (or 0x61128A) is known color: Indigo. HEX triplet: 61, 12 and 8A. RGB value is (97,18,138). Sum of RGB (Red+Green+Blue) = 97+18+138=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #61128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61128A is #9EED75. Grayscale: #363636. Windows color (decimal): -10415478 or 9048673. OLE color: 9048673.

HSL color Cylindrical-coordinate representation of color #61128A: hue angle of 279.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61128A is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 18 138 -
CMYK 0.30 0.87 0 0.46
HSL 279.5º 0.77% 0.31% -
HSV(B) 279.5º 0.87% 0.54% -
XYZ 9.73 4.81 24.46 -
YUV 55.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 97 18 138 0.30 0.87 0 0.46 279.5 0.77 0.31
Hex 61 12 8A 1E 57 0 2E 118 4D 1F
Octal 141 22 212 36 127 0 56 430 115 37
Binary 1100001 10010 10001010 11110 1010111 0 101110 100011000 1001101 11111

Color Harmonies of #61128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61128A

Black with #61128A

Text Example


Text Example

White with #61128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61128A; }

 p { color: rgb(97,18,138); }

 H1.HeaderClassName
 {
   color: #61128A;
 }
 .AnyTagClassName
 {
   color: #61128A;
 }
</style>

background-color css

<style>
 a { background-color: #61128A; }

 a { background-color: rgb(97,18,138); }

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

border-color css

<style>
 span { border-color: #61128A; }

 span { border-color: rgb(97,18,138); }

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