Html Css Color HEX #61177E Indigo

📋 copy color: '#61177E'

red 97 ◦ green 23 ◦ blue 126

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

Shades of Indigo #61177E

Tints of Indigo #61177E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 39.43%
G = 9.35%
B = 51.22%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61177E (or 0x61177E) is known color: Indigo. HEX triplet: 61, 17 and 7E. RGB value is (97,23,126). Sum of RGB (Red+Green+Blue) = 97+23+126=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #61177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61177E is #9EE881. Grayscale: #383838. Windows color (decimal): -10414210 or 8263521. OLE color: 8263521.

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

Color convert

RGB 97 23 126 -
CMYK 0.23 0.82 0 0.51
HSL 283.11º 0.69% 0.29% -
HSV(B) 283.11º 0.82% 0.49% -
XYZ 9 4.66 20.16 -
YUV 56.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 97 23 126 0.23 0.82 0 0.51 283.11 0.69 0.29
Hex 61 17 7E 17 52 0 33 11B 45 1D
Octal 141 27 176 27 122 0 63 433 105 35
Binary 1100001 10111 1111110 10111 1010010 0 110011 100011011 1000101 11101

Color Harmonies of #61177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61177E

Black with #61177E

Text Example


Text Example

White with #61177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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