Html Css Color HEX #61009D Indigo

📋 copy color: '#61009D'

red 97 ◦ green 0 ◦ blue 157

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

Shades of Indigo #61009D

Tints of Indigo #61009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.81%

R = 38.19%
G = 0%
B = 61.81%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61009D (or 0x61009D) is known color: Indigo. HEX triplet: 61, 00 and 9D. RGB value is (97,0,157). Sum of RGB (Red+Green+Blue) = 97+0+157=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #61009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61009D is #9EFF62. Grayscale: #2E2E2E. Windows color (decimal): -10420067 or 10289249. OLE color: 10289249.

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

Color convert

RGB 97 0 157 -
CMYK 0.38 1 0 0.38
HSL 277.07º 1% 0.31% -
HSV(B) 277.07º 1% 0.62% -
XYZ 11.02 4.98 32.28 -
YUV 46.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 97 0 157 0.38 1 0 0.38 277.07 1 0.31
Hex 61 0 9D 26 64 0 26 115 64 1F
Octal 141 0 235 46 144 0 46 425 144 37
Binary 1100001 0 10011101 100110 1100100 0 100110 100010101 1100100 11111

Color Harmonies of #61009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61009D

Black with #61009D

Text Example


Text Example

White with #61009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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