Html Css Color HEX #61037A Indigo

📋 copy color: '#61037A'

red 97 ◦ green 3 ◦ blue 122

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

Shades of Indigo #61037A

Tints of Indigo #61037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.95%

R = 43.69%
G = 1.35%
B = 54.95%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61037A (or 0x61037A) is known color: Indigo. HEX triplet: 61, 03 and 7A. RGB value is (97,3,122). Sum of RGB (Red+Green+Blue) = 97+3+122=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #61037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61037A is #9EFC85. Grayscale: #2C2C2C. Windows color (decimal): -10419334 or 7996257. OLE color: 7996257.

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

Color convert

RGB 97 3 122 -
CMYK 0.20 0.98 0 0.52
HSL 287.4º 0.95% 0.25% -
HSV(B) 287.4º 0.98% 0.48% -
XYZ 8.48 4.01 18.74 -
YUV 44.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 97 3 122 0.20 0.98 0 0.52 287.4 0.95 0.25
Hex 61 3 7A 14 62 0 34 11F 5F 19
Octal 141 3 172 24 142 0 64 437 137 31
Binary 1100001 11 1111010 10100 1100010 0 110100 100011111 1011111 11001

Color Harmonies of #61037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61037A

Black with #61037A

Text Example


Text Example

White with #61037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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