Html Css Color HEX #61089B Indigo

📋 copy color: '#61089B'

red 97 ◦ green 8 ◦ blue 155

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

Shades of Indigo #61089B

Tints of Indigo #61089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 37.31%
G = 3.08%
B = 59.62%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61089B (or 0x61089B) is known color: Indigo. HEX triplet: 61, 08 and 9B. RGB value is (97,8,155). Sum of RGB (Red+Green+Blue) = 97+8+155=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #61089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61089B is #9EF764. Grayscale: #323232. Windows color (decimal): -10418021 or 10160225. OLE color: 10160225.

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

Color convert

RGB 97 8 155 -
CMYK 0.37 0.95 0 0.39
HSL 276.33º 0.9% 0.32% -
HSV(B) 276.33º 0.95% 0.61% -
XYZ 10.93 5.08 31.41 -
YUV 51.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 97 8 155 0.37 0.95 0 0.39 276.33 0.9 0.32
Hex 61 8 9B 25 5F 0 27 114 5A 20
Octal 141 10 233 45 137 0 47 424 132 40
Binary 1100001 1000 10011011 100101 1011111 0 100111 100010100 1011010 100000

Color Harmonies of #61089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61089B

Black with #61089B

Text Example


Text Example

White with #61089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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