Html Css Color HEX #61007A Indigo

📋 copy color: '#61007A'

red 97 ◦ green 0 ◦ blue 122

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

Shades of Indigo #61007A

Tints of Indigo #61007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.71%

R = 44.29%
G = 0%
B = 55.71%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61007A (or 0x61007A) is known color: Indigo. HEX triplet: 61, 00 and 7A. RGB value is (97,0,122). Sum of RGB (Red+Green+Blue) = 97+0+122=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #61007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61007A is #9EFF85. Grayscale: #2A2A2A. Windows color (decimal): -10420102 or 7995489. OLE color: 7995489.

HSL color Cylindrical-coordinate representation of color #61007A: hue angle of 287.7º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61007A is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 0 122 -
CMYK 0.20 1 0 0.52
HSL 287.7º 1% 0.24% -
HSV(B) 287.7º 1% 0.48% -
XYZ 8.44 3.95 18.73 -
YUV 42.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 97 0 122 0.20 1 0 0.52 287.7 1 0.24
Hex 61 0 7A 14 64 0 34 120 64 18
Octal 141 0 172 24 144 0 64 440 144 30
Binary 1100001 0 1111010 10100 1100100 0 110100 100100000 1100100 11000

Color Harmonies of #61007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61007A

Black with #61007A

Text Example


Text Example

White with #61007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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