Html Css Color HEX #61018E Indigo

📋 copy color: '#61018E'

red 97 ◦ green 1 ◦ blue 142

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

Shades of Indigo #61018E

Tints of Indigo #61018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 142 (55.86% from 255) = 59.17%

R = 40.42%
G = 0.42%
B = 59.17%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61018E (or 0x61018E) is known color: Indigo. HEX triplet: 61, 01 and 8E. RGB value is (97,1,142). Sum of RGB (Red+Green+Blue) = 97+1+142=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #61018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61018E is #9EFE71. Grayscale: #2D2D2D. Windows color (decimal): -10419826 or 9306465. OLE color: 9306465.

HSL color Cylindrical-coordinate representation of color #61018E: hue angle of 280.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61018E is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 1 142 -
CMYK 0.32 0.99 0 0.44
HSL 280.85º 0.99% 0.28% -
HSV(B) 280.85º 0.99% 0.56% -
XYZ 9.82 4.52 25.95 -
YUV 45.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 97 1 142 0.32 0.99 0 0.44 280.85 0.99 0.28
Hex 61 1 8E 20 63 0 2C 119 63 1C
Octal 141 1 216 40 143 0 54 431 143 34
Binary 1100001 1 10001110 100000 1100011 0 101100 100011001 1100011 11100

Color Harmonies of #61018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61018E

Black with #61018E

Text Example


Text Example

White with #61018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,1,142); }

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

background-color css

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

 a { background-color: rgb(97,1,142); }

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

border-color css

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

 span { border-color: rgb(97,1,142); }

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