Html Css Color HEX #61049D Indigo

📋 copy color: '#61049D'

red 97 ◦ green 4 ◦ blue 157

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

Shades of Indigo #61049D

Tints of Indigo #61049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 37.6%
G = 1.55%
B = 60.85%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61049D (or 0x61049D) is known color: Indigo. HEX triplet: 61, 04 and 9D. RGB value is (97,4,157). Sum of RGB (Red+Green+Blue) = 97+4+157=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #61049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61049D is #9EFB62. Grayscale: #303030. Windows color (decimal): -10419043 or 10290273. OLE color: 10290273.

HSL color Cylindrical-coordinate representation of color #61049D: hue angle of 276.47º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61049D is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 4 157 -
CMYK 0.38 0.97 0 0.38
HSL 276.47º 0.95% 0.32% -
HSV(B) 276.47º 0.97% 0.62% -
XYZ 11.06 5.06 32.29 -
YUV 49.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 97 4 157 0.38 0.97 0 0.38 276.47 0.95 0.32
Hex 61 4 9D 26 61 0 26 114 5F 20
Octal 141 4 235 46 141 0 46 424 137 40
Binary 1100001 100 10011101 100110 1100001 0 100110 100010100 1011111 100000

Color Harmonies of #61049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61049D

Black with #61049D

Text Example


Text Example

White with #61049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61049D; }

 p { color: rgb(97,4,157); }

 H1.HeaderClassName
 {
   color: #61049D;
 }
 .AnyTagClassName
 {
   color: #61049D;
 }
</style>

background-color css

<style>
 a { background-color: #61049D; }

 a { background-color: rgb(97,4,157); }

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

border-color css

<style>
 span { border-color: #61049D; }

 span { border-color: rgb(97,4,157); }

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