Html Css Color HEX #61187E Indigo

📋 copy color: '#61187E'

red 97 ◦ green 24 ◦ blue 126

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

Shades of Indigo #61187E

Tints of Indigo #61187E

RGB

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

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

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

R = 39.27%
G = 9.72%
B = 51.01%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61187E (or 0x61187E) is known color: Indigo. HEX triplet: 61, 18 and 7E. RGB value is (97,24,126). Sum of RGB (Red+Green+Blue) = 97+24+126=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #61187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61187E is #9EE781. Grayscale: #393939. Windows color (decimal): -10413954 or 8263777. OLE color: 8263777.

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

Color convert

RGB 97 24 126 -
CMYK 0.23 0.81 0 0.51
HSL 282.94º 0.68% 0.29% -
HSV(B) 282.94º 0.81% 0.49% -
XYZ 9.02 4.7 20.17 -
YUV 57.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 97 24 126 0.23 0.81 0 0.51 282.94 0.68 0.29
Hex 61 18 7E 17 51 0 33 11B 44 1D
Octal 141 30 176 27 121 0 63 433 104 35
Binary 1100001 11000 1111110 10111 1010001 0 110011 100011011 1000100 11101

Color Harmonies of #61187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61187E

Black with #61187E

Text Example


Text Example

White with #61187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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