Html Css Color HEX #61009B Indigo

📋 copy color: '#61009B'

red 97 ◦ green 0 ◦ blue 155

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

Shades of Indigo #61009B

Tints of Indigo #61009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 38.49%
G = 0%
B = 61.51%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61009B (or 0x61009B) is known color: Indigo. HEX triplet: 61, 00 and 9B. RGB value is (97,0,155). Sum of RGB (Red+Green+Blue) = 97+0+155=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #61009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61009B is #9EFF64. Grayscale: #2E2E2E. Windows color (decimal): -10420069 or 10158177. OLE color: 10158177.

HSL color Cylindrical-coordinate representation of color #61009B: hue angle of 277.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61009B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 0 155 -
CMYK 0.37 1 0 0.39
HSL 277.55º 1% 0.3% -
HSV(B) 277.55º 1% 0.61% -
XYZ 10.85 4.91 31.39 -
YUV 46.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 97 0 155 0.37 1 0 0.39 277.55 1 0.3
Hex 61 0 9B 25 64 0 27 116 64 1E
Octal 141 0 233 45 144 0 47 426 144 36
Binary 1100001 0 10011011 100101 1100100 0 100111 100010110 1100100 11110

Color Harmonies of #61009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61009B

Black with #61009B

Text Example


Text Example

White with #61009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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