Html Css Color HEX #61107E Indigo

📋 copy color: '#61107E'

red 97 ◦ green 16 ◦ blue 126

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

Shades of Indigo #61107E

Tints of Indigo #61107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

 BLUE value IS 126 (49.61% from 255) = 52.72%

R = 40.59%
G = 6.69%
B = 52.72%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61107E (or 0x61107E) is known color: Indigo. HEX triplet: 61, 10 and 7E. RGB value is (97,16,126). Sum of RGB (Red+Green+Blue) = 97+16+126=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #61107E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61107E is #9EEF81. Grayscale: #343434. Windows color (decimal): -10416002 or 8261729. OLE color: 8261729.

HSL color Cylindrical-coordinate representation of color #61107E: hue angle of 284.18º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61107E is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 16 126 -
CMYK 0.23 0.87 0 0.51
HSL 284.18º 0.77% 0.28% -
HSV(B) 284.18º 0.87% 0.49% -
XYZ 8.88 4.42 20.12 -
YUV 52.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 97 16 126 0.23 0.87 0 0.51 284.18 0.77 0.28
Hex 61 10 7E 17 57 0 33 11C 4D 1C
Octal 141 20 176 27 127 0 63 434 115 34
Binary 1100001 10000 1111110 10111 1010111 0 110011 100011100 1001101 11100

Color Harmonies of #61107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61107E

Black with #61107E

Text Example


Text Example

White with #61107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61107E; }

 p { color: rgb(97,16,126); }

 H1.HeaderClassName
 {
   color: #61107E;
 }
 .AnyTagClassName
 {
   color: #61107E;
 }
</style>

background-color css

<style>
 a { background-color: #61107E; }

 a { background-color: rgb(97,16,126); }

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

border-color css

<style>
 span { border-color: #61107E; }

 span { border-color: rgb(97,16,126); }

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