Html Css Color HEX #61049B Indigo

📋 copy color: '#61049B'

red 97 ◦ green 4 ◦ blue 155

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

Shades of Indigo #61049B

Tints of Indigo #61049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 37.89%
G = 1.56%
B = 60.55%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61049B (or 0x61049B) is known color: Indigo. HEX triplet: 61, 04 and 9B. RGB value is (97,4,155). Sum of RGB (Red+Green+Blue) = 97+4+155=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #61049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61049B is #9EFB64. Grayscale: #303030. Windows color (decimal): -10419045 or 10159201. OLE color: 10159201.

HSL color Cylindrical-coordinate representation of color #61049B: hue angle of 276.95º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61049B is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 4 155 -
CMYK 0.37 0.97 0 0.39
HSL 276.95º 0.95% 0.31% -
HSV(B) 276.95º 0.97% 0.61% -
XYZ 10.89 4.99 31.4 -
YUV 49.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 97 4 155 0.37 0.97 0 0.39 276.95 0.95 0.31
Hex 61 4 9B 25 61 0 27 115 5F 1F
Octal 141 4 233 45 141 0 47 425 137 37
Binary 1100001 100 10011011 100101 1100001 0 100111 100010101 1011111 11111

Color Harmonies of #61049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61049B

Black with #61049B

Text Example


Text Example

White with #61049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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