Html Css Color HEX #61008D Indigo

📋 copy color: '#61008D'

red 97 ◦ green 0 ◦ blue 141

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

Shades of Indigo #61008D

Tints of Indigo #61008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 59.24%

R = 40.76%
G = 0%
B = 59.24%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61008D (or 0x61008D) is known color: Indigo. HEX triplet: 61, 00 and 8D. RGB value is (97,0,141). Sum of RGB (Red+Green+Blue) = 97+0+141=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #61008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61008D is #9EFF72. Grayscale: #2C2C2C. Windows color (decimal): -10420083 or 9240673. OLE color: 9240673.

HSL color Cylindrical-coordinate representation of color #61008D: hue angle of 281.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61008D is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 0 141 -
CMYK 0.31 1 0 0.45
HSL 281.28º 1% 0.28% -
HSV(B) 281.28º 1% 0.55% -
XYZ 9.74 4.46 25.55 -
YUV 45.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 97 0 141 0.31 1 0 0.45 281.28 1 0.28
Hex 61 0 8D 1F 64 0 2D 119 64 1C
Octal 141 0 215 37 144 0 55 431 144 34
Binary 1100001 0 10001101 11111 1100100 0 101101 100011001 1100100 11100

Color Harmonies of #61008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61008D

Black with #61008D

Text Example


Text Example

White with #61008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,0,141); }

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

background-color css

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

 a { background-color: rgb(97,0,141); }

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

border-color css

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

 span { border-color: rgb(97,0,141); }

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