Html Css Color HEX #61059E Indigo

📋 copy color: '#61059E'

red 97 ◦ green 5 ◦ blue 158

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

Shades of Indigo #61059E

Tints of Indigo #61059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 158 (62.11% from 255) = 60.77%

R = 37.31%
G = 1.92%
B = 60.77%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61059E (or 0x61059E) is known color: Indigo. HEX triplet: 61, 05 and 9E. RGB value is (97,5,158). Sum of RGB (Red+Green+Blue) = 97+5+158=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #61059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61059E is #9EFA61. Grayscale: #313131. Windows color (decimal): -10418786 or 10356065. OLE color: 10356065.

HSL color Cylindrical-coordinate representation of color #61059E: hue angle of 276.08º degrees, saturation: 0.94, 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 #61059E is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 5 158 -
CMYK 0.39 0.97 0 0.38
HSL 276.08º 0.94% 0.32% -
HSV(B) 276.08º 0.97% 0.62% -
XYZ 11.16 5.12 32.75 -
YUV 49.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 97 5 158 0.39 0.97 0 0.38 276.08 0.94 0.32
Hex 61 5 9E 27 61 0 26 114 5E 20
Octal 141 5 236 47 141 0 46 424 136 40
Binary 1100001 101 10011110 100111 1100001 0 100110 100010100 1011110 100000

Color Harmonies of #61059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61059E

Black with #61059E

Text Example


Text Example

White with #61059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,5,158); }

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

background-color css

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

 a { background-color: rgb(97,5,158); }

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

border-color css

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

 span { border-color: rgb(97,5,158); }

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