Html Css Color HEX #61007D Indigo

📋 copy color: '#61007D'

red 97 ◦ green 0 ◦ blue 125

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

Shades of Indigo #61007D

Tints of Indigo #61007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 43.69%
G = 0%
B = 56.31%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61007D (or 0x61007D) is known color: Indigo. HEX triplet: 61, 00 and 7D. RGB value is (97,0,125). Sum of RGB (Red+Green+Blue) = 97+0+125=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #61007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61007D is #9EFF82. Grayscale: #2A2A2A. Windows color (decimal): -10420099 or 8192097. OLE color: 8192097.

HSL color Cylindrical-coordinate representation of color #61007D: hue angle of 286.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61007D is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 0 125 -
CMYK 0.22 1 0 0.51
HSL 286.56º 1% 0.25% -
HSV(B) 286.56º 1% 0.49% -
XYZ 8.63 4.02 19.72 -
YUV 43.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 97 0 125 0.22 1 0 0.51 286.56 1 0.25
Hex 61 0 7D 16 64 0 33 11F 64 19
Octal 141 0 175 26 144 0 63 437 144 31
Binary 1100001 0 1111101 10110 1100100 0 110011 100011111 1100100 11001

Color Harmonies of #61007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61007D

Black with #61007D

Text Example


Text Example

White with #61007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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