Html Css Color HEX #61037C Indigo

📋 copy color: '#61037C'

red 97 ◦ green 3 ◦ blue 124

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

Shades of Indigo #61037C

Tints of Indigo #61037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 43.3%
G = 1.34%
B = 55.36%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61037C (or 0x61037C) is known color: Indigo. HEX triplet: 61, 03 and 7C. RGB value is (97,3,124). Sum of RGB (Red+Green+Blue) = 97+3+124=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #61037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61037C is #9EFC83. Grayscale: #2C2C2C. Windows color (decimal): -10419332 or 8127329. OLE color: 8127329.

HSL color Cylindrical-coordinate representation of color #61037C: hue angle of 286.61º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61037C is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 3 124 -
CMYK 0.22 0.98 0 0.51
HSL 286.61º 0.95% 0.25% -
HSV(B) 286.61º 0.98% 0.49% -
XYZ 8.6 4.06 19.4 -
YUV 44.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 97 3 124 0.22 0.98 0 0.51 286.61 0.95 0.25
Hex 61 3 7C 16 62 0 33 11F 5F 19
Octal 141 3 174 26 142 0 63 437 137 31
Binary 1100001 11 1111100 10110 1100010 0 110011 100011111 1011111 11001

Color Harmonies of #61037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61037C

Black with #61037C

Text Example


Text Example

White with #61037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61037C; }

 p { color: rgb(97,3,124); }

 H1.HeaderClassName
 {
   color: #61037C;
 }
 .AnyTagClassName
 {
   color: #61037C;
 }
</style>

background-color css

<style>
 a { background-color: #61037C; }

 a { background-color: rgb(97,3,124); }

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

border-color css

<style>
 span { border-color: #61037C; }

 span { border-color: rgb(97,3,124); }

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