Html Css Color HEX #61017F Indigo

📋 copy color: '#61017F'

red 97 ◦ green 1 ◦ blue 127

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

Shades of Indigo #61017F

Tints of Indigo #61017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.44%

R = 43.11%
G = 0.44%
B = 56.44%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61017F (or 0x61017F) is known color: Indigo. HEX triplet: 61, 01 and 7F. RGB value is (97,1,127). Sum of RGB (Red+Green+Blue) = 97+1+127=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #61017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61017F is #9EFE80. Grayscale: #2B2B2B. Windows color (decimal): -10419841 or 8323425. OLE color: 8323425.

HSL color Cylindrical-coordinate representation of color #61017F: hue angle of 285.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61017F is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 1 127 -
CMYK 0.24 0.99 0 0.50
HSL 285.71º 0.98% 0.25% -
HSV(B) 285.71º 0.99% 0.5% -
XYZ 8.77 4.1 20.41 -
YUV 44.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 97 1 127 0.24 0.99 0 0.50 285.71 0.98 0.25
Hex 61 1 7F 18 63 0 32 11E 62 19
Octal 141 1 177 30 143 0 62 436 142 31
Binary 1100001 1 1111111 11000 1100011 0 110010 100011110 1100010 11001

Color Harmonies of #61017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61017F

Black with #61017F

Text Example


Text Example

White with #61017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61017F; }

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

 H1.HeaderClassName
 {
   color: #61017F;
 }
 .AnyTagClassName
 {
   color: #61017F;
 }
</style>

background-color css

<style>
 a { background-color: #61017F; }

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

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

border-color css

<style>
 span { border-color: #61017F; }

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

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