Html Css Color HEX #610992 Indigo

📋 copy color: '#610992'

red 97 ◦ green 9 ◦ blue 146

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

Shades of Indigo #610992

Tints of Indigo #610992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 38.49%
G = 3.57%
B = 57.94%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#610992 (or 0x610992) is known color: Indigo. HEX triplet: 61, 09 and 92. RGB value is (97,9,146). Sum of RGB (Red+Green+Blue) = 97+9+146=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #610992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610992 is #9EF66D. Grayscale: #323232. Windows color (decimal): -10417774 or 9570657. OLE color: 9570657.

HSL color Cylindrical-coordinate representation of color #610992: hue angle of 278.54º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610992 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 9 146 -
CMYK 0.34 0.94 0 0.43
HSL 278.54º 0.88% 0.3% -
HSV(B) 278.54º 0.94% 0.57% -
XYZ 10.22 4.81 27.58 -
YUV 50.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 97 9 146 0.34 0.94 0 0.43 278.54 0.88 0.3
Hex 61 9 92 22 5E 0 2B 117 58 1E
Octal 141 11 222 42 136 0 53 427 130 36
Binary 1100001 1001 10010010 100010 1011110 0 101011 100010111 1011000 11110

Color Harmonies of #610992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610992

Black with #610992

Text Example


Text Example

White with #610992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610992; }

 p { color: rgb(97,9,146); }

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

background-color css

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

 a { background-color: rgb(97,9,146); }

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

border-color css

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

 span { border-color: rgb(97,9,146); }

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